aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-10-11 15:06:14 -0700
committerMatt Turner <mattst88@gmail.com>2013-10-26 10:23:18 -0700
commit91e899fcfdef836c1c3026dcf128fd7eb026f67c (patch)
treeb5a6984b4d0798e082f4af1490194dcd6a9eefb8 /targets
parentcatalyst: Remove commented sections of code (diff)
downloadcatalyst-91e899fcfdef836c1c3026dcf128fd7eb026f67c.tar.gz
catalyst-91e899fcfdef836c1c3026dcf128fd7eb026f67c.tar.bz2
catalyst-91e899fcfdef836c1c3026dcf128fd7eb026f67c.zip
Revert "livecdfs-update.sh: Escape ampersands in STARTX sed expression"
This reverts commit ed4d1623c3dac22ed008f518b79deecde1f33c26. The commit was a v1 commit that was supposed to be replaced.
Diffstat (limited to 'targets')
-rw-r--r--targets/support/livecdfs-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
index b34e9177..f8eb4257 100644
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -378,7 +378,7 @@ esac
if [ -e /etc/startx ]
then
sed -i \
- "s:##STARTX:source /etc/profile \&\& su - ${first_user} -c startx:" \
+ "s:##STARTX:source /etc/profile && su - ${first_user} -c startx:" \
/root/.bashrc
fi