Home | History | Annotate | Download | only in etc

Lines Matching refs:prog

17 # Set up prog to be the path of this script, including following symlinks,
23 prog="$0"
24 while [ -h "${prog}" ]; do
25 newProg=`/bin/ls -ld "${prog}"`
28 prog="${newProg}"
30 progdir=`dirname "${prog}"`
31 prog="${progdir}/${newProg}"
35 progdir=`dirname "${prog}"`
38 prog="${progdir}"/`basename "${prog}"`