ttake two on --options - 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 6e380295aa84d3dc68ae7cb277aac6a16fbd4688
DIR parent 57be123420e6f947ca76e6a9244ee0b52f09e232
HTML Author: rsc <devnull@localhost>
Date: Mon, 28 Feb 2005 20:20:18 +0000
ttake two on --options
Diffstat:
M bin/psv | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
DIR diff --git a/bin/psv b/bin/psv
t@@ -5,9 +5,7 @@
#
if gv -v 2>/dev/null | grep Usage >/dev/null
then
- m=-
+ gv --nosafer --swap --style=$PLAN9/lib/gv.style --ad=$PLAN9/lib/gv.resource "$@"
else
- m=''
+ gv -nosafer -swap -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"
fi
-
-gv $m-nosafer $m-swap $m-style $PLAN9/lib/gv.style $m-ad $PLAN9/lib/gv.resource "$@"