scripts/functions
branch1.8
changeset 2103 d11481a07a8c
parent 2092 18da1aa1beab
     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]='/'