From fbe3f344c14d002316338a38d35f7227e94f2844 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 3 Jun 2014 14:29:06 -0400 Subject: 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 --- "bin/\"\"" | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 "bin/\"\"" (limited to 'bin/""') diff --git "a/bin/\"\"" "b/bin/\"\"" deleted file mode 100755 index c77da34d..00000000 --- "a/bin/\"\"" +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/local/plan9/bin/rc - -cmd = `{" $* | tail -1} -if (~ $#cmd 0) { - echo no such command found >[1=2] - exit notfound -} - -echo ' ' $cmd >[1=2] -rc -c $"cmd -- cgit v1.2.3