Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching refs:thisdir

4006   thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
4007 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
4009 # Follow symbolic links until we get to the real thisdir.
4014 # If there was a directory component, then change thisdir.
4017 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
4018 *) thisdir=\"\$thisdir/\$destdir\" ;;
4023 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
4031 if test \"\$thisdir\" = \".\"; then
4032 thisdir=\`pwd\`
4034 # remove .libs from thisdir
4035 case \"\$thisdir\" in
4036 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
4037 $objdir ) thisdir=. ;;
4042 absdir=\`cd \"\$thisdir\" && pwd\`
4043 test -n \"\$absdir\" && thisdir=\"\$absdir\"
4049 progdir=\"\$thisdir/$objdir\"
4083 progdir=\"\$thisdir/$objdir\"