spelling error in comment :-)

This commit is contained in:
Eric House 2014-11-20 18:57:57 -08:00
parent 4b30d98bd0
commit 301ce8bc3c

View file

@ -53,7 +53,7 @@ while [ $# -ge 1 ]; do
FILE=$2
shift
if [ $FILE != ${FILE#/} ]; then # starts with / ?
: # leave it along
: # leave it alone
elif [ "$FILE" != "${FILE#\./}" ]; then # starts with ./ ?
: # leave it alone
else