From 8b1490dc9f796dfa1d6018b21b763e85ca7856c6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 30 2011 14:50:29 +0000 Subject: Update tuneup_doBaseActions.sh. --- diff --git a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh index df40329..4308cd9 100755 --- a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh +++ b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh @@ -1,8 +1,7 @@ #!/bin/bash # # tuneup_doBaseActions.sh -- This function builds the list of files to -# process, determines the their extensions and performs maintainance -# tasks file by file them accordingly. +# process and performs maintainance tasks, file by file. # # Copyright (C) 2009-2011 Alain Reguera Delgado # @@ -50,6 +49,7 @@ function tuneup_doBaseActions { # Print action message. cli_printMessage $FILE 'AsTuningLine' + # Define what to do based on file extension. if [[ $FILE =~ '\.svg$' ]];then ${FUNCNAM}_doSvg elif [[ $FILE =~ '\.xhtml$' ]];then