]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/functions
shell/function,zsh/rc: Replace $@ with "$@".
[config/dotfiles.git] / shell / functions
index 4de94539ef11889737734cda42c9049d1bb48101..f3a4096b51b00238efec9d8927b2555a7f2538aa 100644 (file)
@@ -7,7 +7,7 @@
 # available everywhere.
 source_debug() {
     if [ x$DEBUG != x ]; then
-        echo $@
+        echo "$@"
     fi
 }