depend: fix typo
This commit is contained in:
parent
f169db3a70
commit
92f0cad3c1
2
depend
2
depend
@ -9,7 +9,7 @@ test -f "${1%.o}.d" || exit 1
|
||||
# Check whether $1 contains substring $2
|
||||
contains(){ test "${1#*$2}" != "$1"; }
|
||||
|
||||
# Walk the dependency graph (consinting of the set of all .d files)
|
||||
# Walk the dependency graph (consisting of the set of all .d files)
|
||||
# and output the visited nodes (objects).
|
||||
walk_dag(){
|
||||
while read -r line; do
|
||||
|
Loading…
Reference in New Issue
Block a user