From c520964e849f2c42e8df50f9bd715248554fd8b7 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 26 Oct 2010 16:48:40 +0300 Subject: [PATCH] Further fixes in bootstrap. * bootstrap: Restore the default for gnulib_path (symlink_to_dir): Re-apply 67cad07. --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 73990c0..1599728 100755 --- a/bootstrap +++ b/bootstrap @@ -464,8 +464,7 @@ git_modules_config () { } gnulib_path=`git_modules_config submodule.gnulib.path` -: ${gnulib_path=gnulib} - +: ${gnulib_path:=gnulib} # Get gnulib files. case ${GNULIB_SRCDIR--} in @@ -623,6 +622,7 @@ symlink_to_dir() /*) ;; *) case /$dst/ in + /./*) ;; *//* | */../* | */./* | /*/*/*/*/*/) echo >&2 "$0: invalid symlink calculation: $src -> $dst" exit 1;; -- 2.44.0