From 6836d6238f930291b0754e71b68196945ee3df50 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 05 2011 01:41:59 +0000 Subject: Update cli.sh. Start using cli_checkFiles@2517. --- diff --git a/Scripts/Functions/cli.sh b/Scripts/Functions/cli.sh index 33d942e..bfc93d8 100644 --- a/Scripts/Functions/cli.sh +++ b/Scripts/Functions/cli.sh @@ -86,7 +86,7 @@ function cli { FUNCSCRIPT=${FUNCDIR}/${FUNCDIRNAM}/${FUNCNAM}.sh # Check function script execution rights. - cli_checkFiles $FUNCSCRIPT 'x' + cli_checkFiles "${FUNCSCRIPT}" --execution # Define function configuration directory. The function # configuration directory is used to store functionality's @@ -107,7 +107,7 @@ function cli { fi # Check text editor execution rights. - cli_checkFiles $EDITOR 'x' + cli_checkFiles $EDITOR --execution # Go for function initialization. Keep the cli_getFunctions # function calling after all variables and arguments definitions.