This (both in awk and python code) seems useless, as the return value from update() is not used anyhere. Am I missing something obvious?
if (update(ARGV[1]) == 0) print ARGV[1] " is up to date"
This (both in awk and python code) seems useless, as the return value from update() is not used anyhere. Am I missing something obvious?