]> git.treefish.org Git - backmeupscotty.git/commitdiff
Added placeholder cleanup function.
authorAlexander Schmidt <alex@treefish.org>
Wed, 30 Jul 2014 15:33:00 +0000 (17:33 +0200)
committerAlexander Schmidt <alex@treefish.org>
Wed, 30 Jul 2014 15:33:00 +0000 (17:33 +0200)
backmeupscotty

index 88a8739105309639b35be92aefb4835e225616ba..3f68b1f9a91cc95d318443017f47b0faa15c7502 100644 (file)
@@ -125,6 +125,10 @@ function cleanup_abort {
     exit
 }
 
+function cleanup {
+    scottyinfo "No cleanup function was defined."
+}
+
 function prepare {
     scottyinfo "No prepare function was defined."
 }