tINSTALL: fix path of quote1 and quote2 - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 734ca6356b7e727df83770758062d706b2126994
DIR parent 6c7443a65369d0bd236d9eb19e59df6639c91eec
HTML Author: David du Colombier <0intro@gmail.com>
Date: Fri, 7 Nov 2014 22:52:31 +0100
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
Diffstat:
M INSTALL | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/INSTALL b/INSTALL
t@@ -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