From 65d7d323d40cdc091db61060e7c96d7607e522c2 Mon Sep 17 00:00:00 2001 From: kedarvj Date: Mon, 2 Mar 2015 00:09:41 +0530 Subject: [PATCH] Revert "minor naming conventions" This reverts commit 19d3fa59081fb77bbfd5c0d92d5400da23fe4f2c. --- mysqldumpsplitter.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mysqldumpsplitter.sh b/mysqldumpsplitter.sh index c50f6fa..7fb3340 100644 --- a/mysqldumpsplitter.sh +++ b/mysqldumpsplitter.sh @@ -112,7 +112,7 @@ echo "${txtylw}Processing: Extract $OBJECT_NAME from $SOURCE_DUMP with compressi } ## Actual dump splitting -dump_splitter() +dumpsplitter() { case $EXTRACT in DB) @@ -191,6 +191,4 @@ while [ "$1" != "" ]; do done parse_result -dump_splitter -exit 0; - +dumpsplitter