commit 734ca6356b7e727df83770758062d706b2126994 from: David du Colombier <0intro@gmail.com> date: Fri Nov 07 21:52:31 2014 UTC 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 commit - 6c7443a65369d0bd236d9eb19e59df6639c91eec commit + 734ca6356b7e727df83770758062d706b2126994 blob - f032f9dae2cfd9c16219b6626b0128f2c1cee305 blob + 31c069d79c02d3bc8042dd393192ed633fdb8bb5 --- INSTALL +++ 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