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,
19 prog="$0"
20 while [ -h "${prog}" ]; do
21 newProg=`/bin/ls -ld "${prog}"`
24 prog="${newProg}"
26 progdir=`dirname "${prog}"`
27 prog="${progdir}/${newProg}"
31 progdir=`dirname "${prog}"`
34 prog="${progdir}"/`basename "${prog}"`