git: 9front

Download patch

ref: 4a848691e73e1f775b44436c2a4fa99775d1b685
parent: 567738c52989ac67a53dfd4f0db333e9734044bd
author: stanley lieber <stanley.lieber@gmail.com>
date: Fri Nov 8 10:19:32 EST 2013

/rc/bin/": fix typo

--- a/rc/bin/"
+++ b/rc/bin/"
@@ -5,7 +5,7 @@
 if(test -r /mnt/acme/acme/body)
 	bind /mnt/acme/acme/body /dev/text
 
-PROMPT='[^ 	]'*'(%|;)[ 	]+'
+PROMPT='[^ 	]*(%|;)[ 	]+'
 
 fn cmds {
 	grep '^'$PROMPT'[^"]' /dev/text | sed 's/^/	/'
--