aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2014-06-03 14:29:06 -0400
committerRuss Cox <rsc@swtch.com>2014-06-03 14:29:06 -0400
commitfbe3f344c14d002316338a38d35f7227e94f2844 (patch)
tree025921b689317f5c05921695dbdcb40dc16e010b
parent50ababbd552abfa8ef3b16ccdaea54b58f5c031c (diff)
downloadplan9port-fbe3f344c14d002316338a38d35f7227e94f2844.tar.gz
plan9port-fbe3f344c14d002316338a38d35f7227e94f2844.tar.bz2
plan9port-fbe3f344c14d002316338a38d35f7227e94f2844.zip
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
-rwxr-xr-xINSTALL4
-rwxr-xr-xbin/quote1 (renamed from bin/")0
-rwxr-xr-xbin/quote2 (renamed from bin/"")0
3 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5b86645c..f032f9da 100755
--- a/INSTALL
+++ b/INSTALL
@@ -170,6 +170,10 @@ if $dobuild; then
echo " "
echo "* Warning: not all binaries built successfully."
fi
+ if [ -f bin/quote1 ]; then
+ cp bin/quote1 'bin/"'
+ cp bin/quote2 'bin/""'
+ fi
echo "* Cleaning up..."
mk clean
fi
diff --git a/bin/" b/bin/quote1
index e0f7c8f9..e0f7c8f9 100755
--- a/bin/"
+++ b/bin/quote1
diff --git a/bin/"" b/bin/quote2
index c77da34d..c77da34d 100755
--- a/bin/""
+++ b/bin/quote2