Added fix for bug #120031.
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 23 Jan 2006 14:20:17 +0000 (14:20 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 23 Jan 2006 14:20:17 +0000 (14:20 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@357 67a159dc-881f-0410-a524-ba9dfbe2cb84

generic/linuxrc

index 0478a0c1d8107948a1a6b48705c0b14b7734e5f8..52ebab196e2d0ac4979ec9b5d9be1317926db990 100644 (file)
@@ -28,7 +28,7 @@ mount -t proc proc /proc
 # # activate suspend2
 # if [ -w /proc/suspend2/do_resume ]
 # then
-#      echo "${GOOD}>>${NORMAL}${BOLD} Activating suspend2 resume..."
+#      echo -e "${GOOD}>>${NORMAL}${BOLD} Activating suspend2 resume..."
 #      echo > /proc/suspend2/do_resume
 # fi