summaryrefslogtreecommitdiffstats
path: root/r14-xdg-update
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-10-05 16:07:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-10-05 16:07:20 +0200
commitdbe46025e758a61f391c5b02f51bdbff3a647e95 (patch)
tree1f2d4f2dddf101495fc16afc2501eda092452887 /r14-xdg-update
parent6f7fabab870b836b111ca65cb2bef65b7bf820f9 (diff)
downloadtdebase-dbe46025e758a61f391c5b02f51bdbff3a647e95.tar.gz
tdebase-dbe46025e758a61f391c5b02f51bdbff3a647e95.zip
Fix typo in r14-xdg-update script
Diffstat (limited to 'r14-xdg-update')
-rw-r--r--r14-xdg-update4
1 files 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