wrap in quotes just in case

This commit is contained in:
Patrick 2022-09-15 19:57:25 -07:00 committed by GitHub
parent c9c74dd753
commit a7ce7bb36c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
function n --wraps nnn --description 'support nnn quit and change directory' function n --wraps nnn --description 'support nnn quit and change directory'
# Block nesting of nnn in subshells # Block nesting of nnn in subshells
if test -n "$NNNLVL" -a $NNNLVL -ge 1 if test -n "$NNNLVL" -a "$NNNLVL" -ge 1
echo "nnn is already running" echo "nnn is already running"
return return
end end