remove newline

This commit is contained in:
Thomas Levine 2016-03-02 20:39:37 +00:00
parent b1ea7ed294
commit 9fecb802cb
1 changed files with 0 additions and 1 deletions

1
urchin
View File

@ -52,7 +52,6 @@ DEFAULT_SHELLS='sh bash dash mksh zsh'
if [ -n "${ZSH_VERSION}" ]; then
# avoid "no matches found: *" error when directories are empty
setopt NULL_GLOB
emulate sh
fi