View | Details | Raw Unified | Return to bug 41694
Collapse All | Expand All

(-)citrix_ica/files/wfcmgr (-1 / +1 lines)
Lines 1-3 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
export ICAROOT=DESTINATION
2
export ICAROOT=DESTINATION
3
exec $ICAROOT/wfcmgr
3
exec $ICAROOT/wfcmgr $@
(-)citrix_ica/files/wfica (-1 / +1 lines)
Lines 1-3 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
export ICAROOT=DESTINATION
2
export ICAROOT=DESTINATION
3
exec $ICAROOT/wfica
3
exec $ICAROOT/wfica $@

Return to bug 41694