Ladies and Gentlemen,

I am wondering what unicon parameter is required to prefix the icode 
files to actually get them to run as linux commands.

I have tried using the following as an example

unincon -B -o be blockexpr.icn

but the prefix as found in the unicon bash script is not being added to 
the file

#!/bin/sh
IXBIN=/home/Bruce/src/Unicon/bin/iconx
IXLCL=`echo $0 | sed 's=[^/]*$=iconx='`

[ -n "$ICONX" ] && exec "$ICONX" $0 ${1+"$@"}
[ -x $IXLCL ] && exec $IXLCL $0 ${1+"$@"}
[ -x $IXBIN ] && exec $IXBIN $0 ${1+"$@"}
exec iconx $0 ${1+"$@"}

[executable Icon binary follows]


Any clues as to what needs to be done to get this automatically prepended.

regards

Bruce Rennie

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to