From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 887451381F3 for ; Fri, 11 Oct 2013 22:10:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26AEFE0AEE; Fri, 11 Oct 2013 22:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D284E09F1 for ; Fri, 11 Oct 2013 22:10:11 +0000 (UTC) Received: from work-Thinkpad.mattst88.com (unknown [108.161.26.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 668A733EE96; Fri, 11 Oct 2013 22:10:09 +0000 (UTC) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 1/3] Revert "livecdfs-update.sh: Escape ampersands in STARTX sed expression" Date: Fri, 11 Oct 2013 15:09:40 -0700 Message-Id: <1381529382-18766-1-git-send-email-mattst88@gentoo.org> X-Mailer: git-send-email 1.8.3.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: dd9fda96-2d7e-47c4-904b-5c2c9e1d9c27 X-Archives-Hash: 7a63621df7d14aac58c4790649c5c1c8 From: Matt Turner 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 b34e917..f8eb425 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 -- 1.8.3.2