aboutsummaryrefslogtreecommitdiff
path: root/livecd
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-13 18:32:36 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-13 18:32:36 +0000
commit866ba57c1355d8fff387a50095136ec6746de78b (patch)
tree2f83debbcfed02de44e70555ef1ae12e482fc438 /livecd
parentAdded fix for bug #143348. (diff)
downloadcatalyst-866ba57c1355d8fff387a50095136ec6746de78b.tar.gz
catalyst-866ba57c1355d8fff387a50095136ec6746de78b.tar.bz2
catalyst-866ba57c1355d8fff387a50095136ec6746de78b.zip
Fix bashrc so it doesn't give an error and add System.map to livecd-kernel.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1176 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'livecd')
-rw-r--r--livecd/files/livecd-bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd/files/livecd-bashrc b/livecd/files/livecd-bashrc
index 85baa140..983e657d 100644
--- a/livecd/files/livecd-bashrc
+++ b/livecd/files/livecd-bashrc
@@ -1,6 +1,6 @@
#!/bin/bash
-if [ ! $(grep nox /proc/cmdline) ]
+if [ ! "$(grep nox /proc/cmdline)" ]
then
if [ -x /usr/bin/X ]
then