Lines Matching refs:RESULT
68 RESULT=`${FIND_NEWER} -f -m -c --newer $DIR/icon-theme.cache $DIR 2>/dev/null`
70 RESULT=`/usr/bin/find $DIR -type d`
71 if [ ${#RESULT} == ${#DIR} ]; then
73 RESULT=""
75 RESULT="nocache"
78 if [ -n "$RESULT" ]; then
79 if [ "$RESULT" == "nocache" ]; then
111 RESULT=`/usr/bin/find $DIR ! -type d -follow 2>/dev/null`
113 RESULT=`/usr/bin/find $DIR -type d`
114 if [ ${#RESULT} == ${#DIR} ]; then
116 RESULT=""
118 RESULT="nocache"
121 if [ -n "$RESULT" ]; then
122 if [ "$RESULT" == "nocache" ]; then