mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
spelling error in comment :-)
This commit is contained in:
parent
4b30d98bd0
commit
301ce8bc3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue