It was working fine, but the style wasn't exactly the way I like it, because I'm unnecessarily picky. :) Also, removed the file extension since we should probably learn from the fact that it's already been rewritten once from one language to another. Who knows, maybe it will be again someday.
18 lines
248 B
Text
18 lines
248 B
Text
. ./skip-if-minimal-do.sh
|
|
|
|
rm -f chdir1
|
|
redo chdir2
|
|
redo chdir3
|
|
|
|
./flush-cache
|
|
redo-ifchange chdir3
|
|
|
|
rm -f chdir1
|
|
./flush-cache
|
|
redo-ifchange chdir3
|
|
[ -e chdir1 ] || exit 77
|
|
|
|
rm -f chdir1
|
|
./flush-cache
|
|
redo-ifchange chdir3
|
|
[ -e chdir1 ] || exit 78
|