From 91e899fcfdef836c1c3026dcf128fd7eb026f67c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 11 Oct 2013 15:06:14 -0700 Subject: [PATCH] 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. --- targets/support/livecdfs-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2