From fca9ebd0ecd13a29f50b65bf2bcb9925275a0e4c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 06 2011 21:53:01 +0000 Subject: Update render_doIdentityTexts.sh. Remove awk invocation from do's loop output. Such awk invocation is already set in cli_printMessage. --- diff --git a/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh b/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh index 678d261..c56fdf8 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh @@ -58,8 +58,7 @@ function render_doIdentityTexts { # Output separator line. cli_printMessage '-' 'AsSeparatorLine' - done \ - | awk -f /home/centos/artwork/trunk/Scripts/Bash/Styles/output_forTwoColumns.awk + done # Execute last-rendition actions. #for ACTION in "${LASTACTIONS[@]}"; do