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:
parent
f7311251d6
commit
78bff0e807
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue