X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Ffunctions;h=12874c6228a4f9f1f769729f8610a8d4fda318d8;hp=19109e753aa2c04af9983ba55670dece40bb85b4;hb=d230a7af7a4d66f5311a3e7edcae18e7643cb134;hpb=a93a663af241e65bfe7e4d2596b7eded02375424 diff --git a/shell/functions b/shell/functions index 19109e7..12874c6 100644 --- a/shell/functions +++ b/shell/functions @@ -1,6 +1,6 @@ # Shell functions useful to all shells. -# Copyright (C) 2011-2012 Simon Ruderich +# Copyright (C) 2011-2014 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ # available everywhere. source_debug() { if test "x$DEBUG" != x; then - echo "$@" + printf '%s' "$*" fi }