From f0edbdf9e0806b3c2a6eff69806f186ab19a3702 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 03 2011 14:53:05 +0000 Subject: Update `about' functionality: - Make --copying default action to take when no action is passed to the functionality. --- diff --git a/Scripts/Bash/Functions/About/about_getActions.sh b/Scripts/Bash/Functions/About/about_getActions.sh index 62aa151..39e445a 100755 --- a/Scripts/Bash/Functions/About/about_getActions.sh +++ b/Scripts/Bash/Functions/About/about_getActions.sh @@ -58,13 +58,11 @@ function about_getActions { break ;; - --copying ) + --copying | *) ACTIONVAL="${FUNCCONFIG}/copying.txt" break ;; - * ) - break esac done