Home | History | Annotate | Download | only in opcode-gen

Lines Matching refs:prog

36 # Set up prog to be the path of this script, including following symlinks,
38 prog="$0"
39 while [ -h "${prog}" ]; do
40 newProg=`/bin/ls -ld "${prog}"`
43 prog="${newProg}"
45 progdir=`dirname "${prog}"`
46 prog="${progdir}/${newProg}"
50 progdir=`dirname "${prog}"`
53 prog="${progdir}"/`basename "${prog}"`