mirror of
https://github.com/KDE/konsole.git
synced 2026-05-01 11:15:29 -04:00
Remove the use of /bin/echo -e to echo
This commit is contained in:
@@ -35,5 +35,8 @@ if [ ! $# -eq 1 ]
|
||||
exit 0
|
||||
fi
|
||||
|
||||
/bin/echo -e "\033]50;$1\a"
|
||||
# Depending on version of echo, -e may be needed.
|
||||
# Do we need to check echo version?
|
||||
#echo -e "\033]50;$1\a"
|
||||
echo "\033]50;$1\a"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user