Add command line options to wfica wrappers.

PR:	41694
Submitted by:	Maxim Tulyuk <mt@gnu.carrier.kiev.ua>
This commit is contained in:
Martin Blapp 2002-09-09 18:25:02 +00:00
parent 43b248d754
commit b45c510091
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65931
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
export ICAROOT=DESTINATION
exec $ICAROOT/wfica
exec $ICAROOT/wfica "$@"

View File

@ -1,3 +1,3 @@
#!/bin/sh
export ICAROOT=DESTINATION
exec $ICAROOT/wfica
exec $ICAROOT/wfica "$@"

View File

@ -1,3 +1,3 @@
#!/bin/sh
export ICAROOT=DESTINATION
exec $ICAROOT/wfica
exec $ICAROOT/wfica "$@"

View File

@ -1,3 +1,3 @@
#!/bin/sh
export ICAROOT=DESTINATION
exec $ICAROOT/wfica
exec $ICAROOT/wfica "$@"