build: rename " and "" to quote1 and quote2 for hg

They'll be copied back during installation
but then hg doesn't have to create those files
on systems that have trouble with them.

TBR=rsc
https://codereview.appspot.com/105800043
This commit is contained in:
Russ Cox 2014-06-03 14:29:06 -04:00
parent 50ababbd55
commit fbe3f344c1
3 changed files with 4 additions and 0 deletions

27
bin/"
View file

@ -1,27 +0,0 @@
#!/usr/local/plan9/bin/rc
. 9.rc
fn text {
if(~ $winid [0-9]*)
9p read acme/$winid/body
if not if(~ $text9term unix!*)
dial -e $text9term </dev/null
if not
status=''
}
PROMPT='[^ ]*[%;$#][ ]+'
fn cmds {
text | sed -n 's/^'$PROMPT'([^"])/ \1/p'
}
switch($#*) {
case 0
cmds | tail -1
case *
cmds | grep -n '^ '^$"* | tail -r |
sort -u +1 | sort -n |
sed 's/^[0-9]+: //'
}