Searched refs:DIR_FILE (Results 1 – 1 of 1) sorted by relevance
70 Usage: fix-info-dir [OPTION]... [INFO_DIR/[DIR_FILE]] [SKELETON]105 DIR_FILE=`basename ${INFO_DIR}`;108 DIR_FILE="dir"131 if test ! -f "$DIR_FILE"; then132 echo "$0:$LINENO: $DIR_FILE is irregular or nonexistant">&2134 elif test ! -r "$DIR_FILE"; then135 echo "$0:$LINENO: $DIR_FILE is not readable">&2137 elif test ! -w "$DIR_FILE"; then138 echo "$0:$LINENO: $DIR_FILE is not writeable">&2149 if test -f "$DIR_FILE"; then[all …]