summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-12-11 13:46:40 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-12-11 13:46:40 +0000
commit200a053c20eb678a2f9b55d8093f5ee3cd89e1f9 (patch)
treed904e3ddfb4e236a26cd3598d603d371936122f7 /graphics
parentActivate sketch. (diff)
Don't drop command line arguments in the wrappers.
Notes
Notes: svn path=/head/; revision=15277
Diffstat (limited to 'graphics')
-rw-r--r--graphics/skencil/files/sk2ps.in2
-rw-r--r--graphics/skencil/files/sketch.in2
-rw-r--r--graphics/sketch/files/sk2ps.in2
-rw-r--r--graphics/sketch/files/sketch.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/skencil/files/sk2ps.in b/graphics/skencil/files/sk2ps.in
index f1e6fce8891d..a2c4142c4a08 100644
--- a/graphics/skencil/files/sk2ps.in
+++ b/graphics/skencil/files/sk2ps.in
@@ -1,4 +1,4 @@
#!/bin/sh
cd @PREFIX@/share/sketch
-exec @PREFIX@/bin/python sk2ps.py
+exec @PREFIX@/bin/python sk2ps.py $@
diff --git a/graphics/skencil/files/sketch.in b/graphics/skencil/files/sketch.in
index 2ce0a4304b80..f0a9637d7032 100644
--- a/graphics/skencil/files/sketch.in
+++ b/graphics/skencil/files/sketch.in
@@ -1,4 +1,4 @@
#!/bin/sh
cd @PREFIX@/share/sketch
-exec @PREFIX@/bin/python sketch.py
+exec @PREFIX@/bin/python sketch.py $@
diff --git a/graphics/sketch/files/sk2ps.in b/graphics/sketch/files/sk2ps.in
index f1e6fce8891d..a2c4142c4a08 100644
--- a/graphics/sketch/files/sk2ps.in
+++ b/graphics/sketch/files/sk2ps.in
@@ -1,4 +1,4 @@
#!/bin/sh
cd @PREFIX@/share/sketch
-exec @PREFIX@/bin/python sk2ps.py
+exec @PREFIX@/bin/python sk2ps.py $@
diff --git a/graphics/sketch/files/sketch.in b/graphics/sketch/files/sketch.in
index 2ce0a4304b80..f0a9637d7032 100644
--- a/graphics/sketch/files/sketch.in
+++ b/graphics/sketch/files/sketch.in
@@ -1,4 +1,4 @@
#!/bin/sh
cd @PREFIX@/share/sketch
-exec @PREFIX@/bin/python sketch.py
+exec @PREFIX@/bin/python sketch.py $@