Commit 7e3f19ea by Richard Stallman

(making LIB absolute): Just concat with $ORIG_DIR.

From-SVN: r4969
parent 83fd5651
...@@ -59,7 +59,7 @@ case $LIB in ...@@ -59,7 +59,7 @@ case $LIB in
/*) /*)
;; ;;
*) *)
cd $LIB; LIB=`${PWDCMD-pwd}` LIB=$ORIG_DIR/$LIB
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment