1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

* pre-inst-guile.in (top_srcdir): fail if "cd" fails.

This commit is contained in:
Rob Browning 2002-03-04 20:17:40 +00:00
parent f7311251d6
commit 78bff0e807

View file

@ -39,7 +39,7 @@
subdirs_with_ltlibs="srfi guile-readline" # maintain me
# env (set by configure)
top_srcdir=`(cd "@top_srcdir@" ; pwd)`
top_srcdir=`(cd "@top_srcdir@" && pwd)`
top_builddir="@top_builddir_absolute@"
[ x"$top_srcdir" = x -o ! -d "$top_srcdir" -o \