X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=bootstrap;h=15997287d3f2862c7569b0f0dd7132cff703bcaa;hb=67ae04ba3177328695575fccf2f3614b9531c255;hp=73990c0777f443ceb94f08873c85ea9a96adc5be;hpb=983113b140dbb540923a3112fa27e9f508ff70c5;p=chaz%2Ftar 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;;