summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-04-25 11:15:18 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-04-25 13:55:15 -1000
commite432ee71e9cd6af8f23ead81b8e897a7069d157d (patch)
tree99a2755e578028fd2eb42132414b94c1f3ddeb97 /scripts/mk-images
parent1ebe2f96dab7a74c121c0d79d2a856e36987d774 (diff)
downloadanaconda-e432ee71e9cd6af8f23ead81b8e897a7069d157d.tar.gz
anaconda-e432ee71e9cd6af8f23ead81b8e897a7069d157d.tar.xz
anaconda-e432ee71e9cd6af8f23ead81b8e897a7069d157d.zip
Add missing backslashes for the .profile here document.
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 449ebd32f..f9dd4a463 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -605,7 +605,7 @@ makeinitrd() {
fi
cat > $MBD_DIR/.profile <<EOF
-PS1="[\W]\\$ "
+PS1="[\W]\\\\$ "
PATH=/bin:/usr/bin:/usr/sbin:/mnt/sysimage/sbin:/mnt/sysimage/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin
export PS1 PATH
alias ls='ls --color=auto'