aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-09-17 22:07:01 +0000
committerrsc <devnull@localhost>2004-09-17 22:07:01 +0000
commit4611e331e78282633bd338d9ed4f6b9d8f955bbd (patch)
tree7a2a5abf947754aef685b78c573de56a44630f57 /bin
parent80e841abcf573502565d34aedd50ff3ca71cff0f (diff)
downloadplan9port-4611e331e78282633bd338d9ed4f6b9d8f955bbd.tar.gz
plan9port-4611e331e78282633bd338d9ed4f6b9d8f955bbd.tar.bz2
plan9port-4611e331e78282633bd338d9ed4f6b9d8f955bbd.zip
turn *off* safer mode, so that we can view pdfs.
i am not happy about this.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/psv2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/psv b/bin/psv
index fe2988dd..176d4934 100755
--- a/bin/psv
+++ b/bin/psv
@@ -1,3 +1,3 @@
#!/bin/sh
-gv -swap -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"
+gv -nosafer -swap -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"