]> Dogcows Code - chaz/tar/commitdiff
Further fixes in bootstrap.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 26 Oct 2010 13:48:40 +0000 (16:48 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 26 Oct 2010 13:48:40 +0000 (16:48 +0300)
* bootstrap: Restore the default for gnulib_path
(symlink_to_dir): Re-apply 67cad07.

bootstrap

index 73990c0777f443ceb94f08873c85ea9a96adc5be..15997287d3f2862c7569b0f0dd7132cff703bcaa 100755 (executable)
--- 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;;
This page took 0.019286 seconds and 4 git commands to generate.