X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Ffunctions;h=f3a4096b51b00238efec9d8927b2555a7f2538aa;hb=ad26dac43cbd7b8acb92d4f5ec7431d8022703ac;hp=4de94539ef11889737734cda42c9049d1bb48101;hpb=9ea88c819886bb8f983e2070a301efd8cae94637;p=config%2Fdotfiles.git diff --git a/shell/functions b/shell/functions index 4de9453..f3a4096 100644 --- a/shell/functions +++ b/shell/functions @@ -7,7 +7,7 @@ # available everywhere. source_debug() { if [ x$DEBUG != x ]; then - echo $@ + echo "$@" fi }