8f0a81f559
This should make things run more nicely on systems like FreeBSD, where bash isn't installed in /bin.
13 lines
139 B
Bash
Executable File
13 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# vim: set ft=sh sw=4 sts=4 et :
|
|
|
|
if [ -d dep_spec_TEST_dir ] ; then
|
|
rm -fr dep_spec_TEST_dir
|
|
else
|
|
true
|
|
fi
|
|
|
|
|
|
|
|
|