Searched refs:DIRFROM (Results 1 – 1 of 1) sorted by relevance
41 DIRFROM=$159 if [ ! -d $DIRFROM ]61 echo "$0: $DIRFROM is not a directory"68 if [ `(cd $DIRFROM; pwd)` = $pwd ]74 for file in `ls $DIRFROM`76 if [ ! -d $DIRFROM/$file ]78 test -r $file || ln -s $DIRFROM/$file .84 case "$DIRFROM" in86 *) DIRFROM=../$DIRFROM ;;88 if [ `(cd $DIRFROM/$file; pwd)` = $pwd ][all …]