summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-07-03 22:27:44 +0200
committer Eric Hameleers <alien@slackware.com>2016-07-03 22:27:44 +0200
commitd312851130e4338f276fe99b6365ddbf24c882c8 (patch)
tree3c51227664c64926b204b9fa98a3dfb60fa80d8f /make_slackware_live.sh
parent2aecd7fcd7fbf55e1333ea11b1c2c9134856789e (diff)
downloadliveslak-d312851130e4338f276fe99b6365ddbf24c882c8.tar.gz
liveslak-d312851130e4338f276fe99b6365ddbf24c882c8.tar.xz
make_slackware_live.sh: remove a leftover ']'.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index e68158c..64d9695 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1285,7 +1285,7 @@ echo "-- Configuring KDE4."
# Adjust some usability issues with the default desktop layout:
if [ -f ${LIVE_ROOTDIR}/usr/share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents/layout.js ]; then
# Only apply to an unmodified file (Slackware 14.2 already implements it):
- if grep -q 'tasks.writeConfig' ${LIVE_ROOTDIR}/usr/share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents/layout.js ]; then
+ if grep -q 'tasks.writeConfig' ${LIVE_ROOTDIR}/usr/share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents/layout.js ; then
sed -i \
-e '/showActivityManager/a konsole = panel.addWidget("quicklaunch")' \
-e '/showActivityManager/a dolphin = panel.addWidget("quicklaunch")' \