scripts/functions
changeset 2096 5f01a23be1e4
parent 2080 eefacabd9e72
child 2130 b46ecc90d3ab
     1.1 --- a/scripts/functions	Wed Aug 11 20:07:18 2010 +0200
     1.2 +++ b/scripts/functions	Thu Aug 26 23:36:54 2010 +0200
     1.3 @@ -79,7 +79,7 @@
     1.4      if [ $# -eq 0 ]; then
     1.5          cat -
     1.6      else
     1.7 -        printf "${*}\n"
     1.8 +        printf "%s\n" "${*}"
     1.9      fi |( IFS="${CR}" # We want the full lines, even leading spaces
    1.10            _prog_bar_cpt=0
    1.11            _prog_bar[0]='/'