From 536cdec7d04d2d1dd67d685abc4af1fc1e20652f Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 11 Dec 1998 13:46:40 +0000 Subject: Don't drop command line arguments in the wrappers. --- graphics/sketch/files/sk2ps.in | 2 +- graphics/sketch/files/sketch.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/sketch') 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 $@ -- cgit