aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-28 20:20:18 +0000
committerrsc <devnull@localhost>2005-02-28 20:20:18 +0000
commit6e380295aa84d3dc68ae7cb277aac6a16fbd4688 (patch)
tree6dfc42f62ee1166a005fb68a8416f57128cf889f /bin
parent57be123420e6f947ca76e6a9244ee0b52f09e232 (diff)
downloadplan9port-6e380295aa84d3dc68ae7cb277aac6a16fbd4688.tar.gz
plan9port-6e380295aa84d3dc68ae7cb277aac6a16fbd4688.tar.bz2
plan9port-6e380295aa84d3dc68ae7cb277aac6a16fbd4688.zip
take two on --options
Diffstat (limited to 'bin')
-rwxr-xr-xbin/psv6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/psv b/bin/psv
index c8a35d3a..1904d87d 100755
--- a/bin/psv
+++ b/bin/psv
@@ -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 "$@"