Add quotes around file names

This commit is contained in:
Sorin Ionescu 2012-05-20 17:47:07 -04:00
parent 0165379143
commit 24559be19d

View file

@ -5,7 +5,7 @@
# Joseph Jon Booker <joe@neoturbine.net>
#
if [[ -s /etc/zsh_command_not_found ]]; then
source /etc/zsh_command_not_found
if [[ -s '/etc/zsh_command_not_found' ]]; then
source '/etc/zsh_command_not_found'
fi