aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-12-11 21:46:40 +0800
committerThomas Gellekum <tg@FreeBSD.org>1998-12-11 21:46:40 +0800
commit200a053c20eb678a2f9b55d8093f5ee3cd89e1f9 (patch)
treed904e3ddfb4e236a26cd3598d603d371936122f7 /graphics
parentc608bb64444830c9fc71606548e5c557050c6099 (diff)
downloadfreebsd-ports-gnome-200a053c20eb678a2f9b55d8093f5ee3cd89e1f9.tar.gz
freebsd-ports-gnome-200a053c20eb678a2f9b55d8093f5ee3cd89e1f9.tar.zst
freebsd-ports-gnome-200a053c20eb678a2f9b55d8093f5ee3cd89e1f9.zip
Don't drop command line arguments in the wrappers.
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 $@