X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Ffunctions;h=f3a4096b51b00238efec9d8927b2555a7f2538aa;hb=63303c2286c404830994aa1a7f7f62dc1e2be248;hp=4de94539ef11889737734cda42c9049d1bb48101;hpb=edf851567eec41639698e24fffa4528c4981a2e1;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 }