From 0a1f95a0895765456d9654683df7000449c55c16 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sun, 5 Apr 2015 22:24:57 -0700 Subject: [PATCH] Add a do_nothing function --- script-modules/util.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script-modules/util.sh b/script-modules/util.sh index 86de28a6..95c9402e 100644 --- a/script-modules/util.sh +++ b/script-modules/util.sh @@ -14,3 +14,7 @@ find_tool() { shift done } + +do_nothing() { + : +}