Codebase list metche / c3bd0fb
removed unnecessary debug message intrigeri 18 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
465465
466466 time="$1"
467467 set -o noglob
468 debug "find $(print_watched_files) $FIND_OPTS -cmin "-$time" -print"
469468 if [ -z "$(find $(print_watched_files) $FIND_OPTS -cmin "-$time" -print | head -1)" ]; then
470469 set +o noglob
471470 return 0