mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add command line options to wfica wrappers.
PR: 41694 Submitted by: Maxim Tulyuk <mt@gnu.carrier.kiev.ua>
This commit is contained in:
parent
43b248d754
commit
b45c510091
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65931
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export ICAROOT=DESTINATION
|
||||
exec $ICAROOT/wfica
|
||||
exec $ICAROOT/wfica "$@"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export ICAROOT=DESTINATION
|
||||
exec $ICAROOT/wfica
|
||||
exec $ICAROOT/wfica "$@"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export ICAROOT=DESTINATION
|
||||
exec $ICAROOT/wfica
|
||||
exec $ICAROOT/wfica "$@"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export ICAROOT=DESTINATION
|
||||
exec $ICAROOT/wfica
|
||||
exec $ICAROOT/wfica "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user