commit | 4611e331e78282633bd338d9ed4f6b9d8f955bbd | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Sep 17 22:07:01 2004 +0000 |
committer | rsc <devnull@localhost> | Fri Sep 17 22:07:01 2004 +0000 |
tree | 7a2a5abf947754aef685b78c573de56a44630f57 | |
parent | 80e841abcf573502565d34aedd50ff3ca71cff0f [diff] [blame] |
turn *off* safer mode, so that we can view pdfs. i am not happy about this.
diff --git a/bin/psv b/bin/psv index fe2988d..176d493 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 "$@"