Add a do_nothing function

This commit is contained in:
T. Joseph Carter 2015-04-05 22:24:57 -07:00
parent 094be73b66
commit 0a1f95a089

View File

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