X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=4d86ff2029fa2eb4f1fe3922c1fbaab477cdee0a;hb=4bde4f39d08f000f7e63a832b08a2525c1262f84;hp=9f3ae09ebea7525cbd338deee2862256659055d1;hpb=ac6caa71bc6077d75ff5073f76f97d53225e78ae;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index 9f3ae09..4d86ff2 100755 --- a/bootstrap +++ b/bootstrap @@ -415,6 +415,7 @@ symlink_to_dir() /*) ;; *) case /$dst/ in + /./*) ;; *//* | */../* | */./* | /*/*/*/*/*/) echo >&2 "$0: invalid symlink calculation: $src -> $dst" exit 1;;