Turns out we weren't testing this one at all, which is a shame, because it totally didn't work.
7 lines
134 B
Text
7 lines
134 B
Text
cd ..
|
|
if [ -e t/ifcreate2.dep ]; then
|
|
redo-ifchange t/ifcreate2.dep
|
|
else
|
|
redo-ifcreate t/ifcreate2.dep
|
|
fi
|
|
echo $$ >>t/ifcreate2.log
|