plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 4611e331e78282633bd338d9ed4f6b9d8f955bbd
parent 80e841abcf573502565d34aedd50ff3ca71cff0f
Author: rsc <devnull@localhost>
Date:   Fri, 17 Sep 2004 22:07:01 +0000

turn *off* safer mode, so that we can view pdfs.
i am not happy about this.

Diffstat:
Mbin/psv | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 "$@"