s/echo/printf not a good idea alone - add format string

wilder-portage
Kurt Hindenburg 14 years ago
parent de951785b8
commit 4e1b96e490
  1. 2
      src/konsoleprofile

@ -37,5 +37,5 @@ fi
# Use printf since echo is not portable
# http://pubs.opengroup.org/onlinepubs/009695399/utilities/echo.html
printf "\033]50;$1\a"
printf "\033]50;%s\a" $1

Loading…
Cancel
Save