1bd8df
Update `tuneup' functionality:
@@ -29,7 +29,7 @@ function tuneup {
|
|
29
29
|
local ACTIONVAL=''
|
30
30
|
|
31
31
|
# Interpret arguments and options passed through command-line.
|
32
|
-
|
32
|
+
tuneup_getOptions
|
33
33
|
|
34
34
|
# Redefine positional parameters using ARGUMENTS. At this point,
|
35
35
|
# option arguments have been removed from ARGUMENTS variable and
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
#
|
3
|
-
#
|
4
|
-
# tuneup functionality and calls actions accordingly.
|
3
|
+
# tuneup_getOptions.sh -- This function interprets option parameters
|
4
|
+
# passed to `tuneup' functionality and calls actions accordingly.
|
5
5
|
#
|
6
6
|
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
7
|
#
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# $Id$
|
23
23
|
# ----------------------------------------------------------------------
|
24
24
|
|
25
|
-
function
|
25
|
+
function tuneup_getOptions {
|
26
26
|
|
27
27
|
# Define short options we want to support.
|
28
28
|
local ARGSS=""
|