diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_manual.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh index 3ef7fdbc..7a0eaf0b 100755 --- a/bin/d-i_manual.sh +++ b/bin/d-i_manual.sh @@ -59,7 +59,7 @@ build_language() { # this needs apt-get build-dep installation guide installed # FORMAT=$2 - # if $FORMAT is a directoy and it's string length greater or equal then 3 (so not "." or "..") + # if $FORMAT is a directory and it's string length is greater or equal than 3 (so not "." or "..") if [ -d "$FORMAT" ] && [ ${#FORMAT} -ge 3 ]; then rm -rf $FORMAT fi |