Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@×××××.com>
Subject: [gentoo-catalyst] [PATCH 1/3] Revert "livecdfs-update.sh: Escape ampersands in STARTX sed expression"
Date: Fri, 11 Oct 2013 22:10:14
Message-Id: 1381529382-18766-1-git-send-email-mattst88@gentoo.org
1 From: Matt Turner <mattst88@×××××.com>
2
3 This reverts commit ed4d1623c3dac22ed008f518b79deecde1f33c26.
4
5 The commit was a v1 commit that was supposed to be replaced.
6 ---
7 targets/support/livecdfs-update.sh | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
11 index b34e917..f8eb425 100644
12 --- a/targets/support/livecdfs-update.sh
13 +++ b/targets/support/livecdfs-update.sh
14 @@ -378,7 +378,7 @@ esac
15 if [ -e /etc/startx ]
16 then
17 sed -i \
18 - "s:##STARTX:source /etc/profile \&\& su - ${first_user} -c startx:" \
19 + "s:##STARTX:source /etc/profile && su - ${first_user} -c startx:" \
20 /root/.bashrc
21 fi
22
23 --
24 1.8.3.2

Replies