Exheredludis/ruby/paludis_ruby_TEST_cleanup.sh
Mike Kelly 8f0a81f559 Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts.
This should make things run more nicely on systems like FreeBSD, where
bash isn't installed in /bin.
2008-07-09 01:17:08 -04:00

13 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
# vim: set ft=sh sw=4 sts=4 et :
if [ -d paludis_ruby_TEST_dir ] ; then
rm -fr paludis_ruby_TEST_dir
else
true
fi