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,
20 prog="$0"
21 while [ -h "${prog}" ]; do
22 newProg=`/bin/ls -ld "${prog}"`
25 prog="${newProg}"
27 progdir=`dirname "${prog}"`
28 prog="${progdir}/${newProg}"
32 progdir=`dirname "${prog}"`
35 prog="${progdir}"/`basename "${prog}"`