mirror of
http://git.davidovski.xyz/shblg.git
synced 2024-08-15 00:43:48 +00:00
Add todo
This commit is contained in:
parent
14b7eb50d3
commit
8ccb4fed2f
1 changed files with 1 additions and 0 deletions
|
@ -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" ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue