aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2014-11-07 22:52:31 +0100
committerDavid du Colombier <0intro@gmail.com>2014-11-07 22:52:31 +0100
commit734ca6356b7e727df83770758062d706b2126994 (patch)
treec6d6e625a4d9ff1426ec16e7f6248e481ca77a9c
parent6c7443a65369d0bd236d9eb19e59df6639c91eec (diff)
downloadplan9port-734ca6356b7e727df83770758062d706b2126994.tar.gz
plan9port-734ca6356b7e727df83770758062d706b2126994.tar.bz2
plan9port-734ca6356b7e727df83770758062d706b2126994.zip
INSTALL: fix path of quote1 and quote2
Thanks to Akshat Kumar for reporting this issue. LGTM=seed, rsc R=rsc, seed https://codereview.appspot.com/173770043
-rwxr-xr-xINSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index f032f9da..31c069d7 100755
--- a/INSTALL
+++ b/INSTALL
@@ -170,9 +170,9 @@ 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/""'
+ if [ -f $PLAN9/bin/quote1 ]; then
+ cp $PLAN9/bin/quote1 $PLAN9/bin/'"'
+ cp $PLAN9/bin/quote2 $PLAN9/bin/'""'
fi
echo "* Cleaning up..."
mk clean