Check-in Number:
|
1213 | |
Date: |
2001-Oct-24 15:37:36 (local)
2001-Oct-24 13:37:36 (UTC) |
User: | rse |
Branch: | |
Comment: |
pass parameters |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sa/devtool 1.1 -> 1.2
--- devtool 2001/10/24 13:36:11 1.1
+++ devtool 2001/10/24 13:37:36 1.2
@@ -41,7 +41,7 @@
sed <devtool.conf -e "1,/^%$cmd/d" -e '/^%.*/,$d' ) |\
sed -e 's;\([ ]\)@\([a-zA-Z_][a-zA-Z0-9_]*\);\1devtool_\2;' >>$tmpfile
-sh $tmpfile
+sh $tmpfile "$@"
rm -f $tmpfile >/dev/null 2>&1 || true
|
|