typos
This commit is contained in:
parent
f37d08b3aa
commit
4888f0cdd4
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ for f in $(grep '[^0-9 ]' $file | sed 's/.* //'); do
|
|||
if [ -f ${f}.dep ]; then
|
||||
rootlink2="$(head -n1 ${f}.dep) "
|
||||
# See comment above about srootlink
|
||||
if [[ "${rootlink2#"${rootlink[*]} " != ${rootlink2} ]] ; then
|
||||
if [[ ${rootlink2#"${rootlink[*]} "} != ${rootlink2} ]] ; then
|
||||
tree_erase ${f}.dep
|
||||
fi
|
||||
fi
|
||||
|
|
Reference in a new issue