summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/shblg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shblg.sh b/src/shblg.sh
index e5b10f5..8e436ba 100755
--- a/src/shblg.sh
+++ b/src/shblg.sh
@@ -11,6 +11,7 @@ usage () {
# check if a file has changed since last generating
#
newer () {
+ # TODO account for dependencies that have change
[ ! -e "$2" ] || [ "$1" -nt "$2" ]
}