take two on --options
This commit is contained in:
parent
57be123420
commit
6e380295aa
1 changed files with 2 additions and 4 deletions
6
bin/psv
6
bin/psv
|
|
@ -5,9 +5,7 @@
|
||||||
#
|
#
|
||||||
if gv -v 2>/dev/null | grep Usage >/dev/null
|
if gv -v 2>/dev/null | grep Usage >/dev/null
|
||||||
then
|
then
|
||||||
m=-
|
gv --nosafer --swap --style=$PLAN9/lib/gv.style --ad=$PLAN9/lib/gv.resource "$@"
|
||||||
else
|
else
|
||||||
m=''
|
gv -nosafer -swap -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gv $m-nosafer $m-swap $m-style $PLAN9/lib/gv.style $m-ad $PLAN9/lib/gv.resource "$@"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue