aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xINSTALL8
1 files changed, 2 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index f64b8acd..b976b817 100755
--- a/INSTALL
+++ b/INSTALL
@@ -37,6 +37,8 @@ PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH
[ -z "$PLAN9_TARGET" ] && PLAN9_TARGET="$PLAN9"
export PLAN9_TARGET
+egrep=egrep
+awk=awk
case `uname` in
SunOS)
awk=nawk
@@ -63,16 +65,10 @@ DragonFly|*BSD)
;;
esac
echo "CFLAGS='-pthread'" >> $PLAN9/config
- awk=awk
;;
*Linux*)
- awk=awk
egrep='grep -E'
;;
-*)
- egrep=egrep
- awk=awk
- ;;
esac
echo "egrep='$egrep'" >>$PLAN9/config