diff options
author | rsc <devnull@localhost> | 2004-09-17 22:07:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-09-17 22:07:01 +0000 |
commit | 4611e331e78282633bd338d9ed4f6b9d8f955bbd (patch) | |
tree | 7a2a5abf947754aef685b78c573de56a44630f57 /bin | |
parent | 80e841abcf573502565d34aedd50ff3ca71cff0f (diff) | |
download | plan9port-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-x | bin/psv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |