X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=4d86ff2029fa2eb4f1fe3922c1fbaab477cdee0a;hb=67cad0792b4e6cf22c6cb1b167b149cd176d49f9;hp=9f3ae09ebea7525cbd338deee2862256659055d1;hpb=9077de9fa91886697a1294891a8d4e6d17fcd30b;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;;