From dbe46025e758a61f391c5b02f51bdbff3a647e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 5 Oct 2013 16:07:12 +0200 Subject: [PATCH] Fix typo in r14-xdg-update script --- r14-xdg-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r14-xdg-update b/r14-xdg-update index b347ce56f..8058cad4b 100644 --- a/r14-xdg-update +++ b/r14-xdg-update @@ -64,7 +64,7 @@ fi # Main script: SCRIPT_NAME="`basename \`readlink -f $0\``" -SCRIPT_VERSION=201309150 +SCRIPT_VERSION=201310050 # Allow forced execution of this script regardless of the kdeglobals setting # and allow passing a user home directory as a positional parameter. @@ -515,7 +515,7 @@ find $PROFILE_DIR/share/config/session -name "kwin_*" -o -name "kwallet*" -o -na while read i; do ir=$PROFILE_DIR/share/config/session/$(basename $i | \ sed -e "s|^kwin_|twin_|" \ - -e "s|^kwallet|tdewallet|" + -e "s|^kwallet|tdewallet|" \ -e "s|^kradio|tderadio|") mv $i $ir done