This commit is contained in:
Pierre Labastie 2016-02-29 15:30:06 +00:00
parent f37d08b3aa
commit 4888f0cdd4

View file

@ -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