mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 12:44:23 -04:00
s/echo/printf not a good idea alone - add format string
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user