dont mess with quoted text

Este commit está contenido en:
belliash 2012-01-18 18:24:05 +01:00
padre 81d7b4a6f0
commit 54b5057c48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -368,7 +368,7 @@ function restoreIFS() {
function run() {
local COMMAND OUTPUT RESULT
COMMAND="${@}"
logMessage "Executing: \"${COMMAND}\"" "DEBUG"
logMessage "Executing: `${COMMAND}`" "DEBUG"
OUTPUT=$(eval ${COMMAND} 2>&1)
RESULT=${?}
logOutput "${OUTPUT}"