Add a do_nothing function

This commit is contained in:
T. Joseph Carter 2015-04-05 22:24:57 -07:00
parent 5d22805853
commit 5e2c7a39b7

View file

@ -14,3 +14,7 @@ find_tool() {
shift
done
}
do_nothing() {
:
}