diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-12-11 13:46:40 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-12-11 13:46:40 +0000 |
commit | 200a053c20eb678a2f9b55d8093f5ee3cd89e1f9 (patch) | |
tree | d904e3ddfb4e236a26cd3598d603d371936122f7 /graphics/skencil | |
parent | Activate sketch. (diff) |
Don't drop command line arguments in the wrappers.
Notes
Notes:
svn path=/head/; revision=15277
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/files/sk2ps.in | 2 | ||||
-rw-r--r-- | graphics/skencil/files/sketch.in | 2 |
2 files changed, 2 insertions, 2 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 $@ |