dont mess with quoted text

Esse commit está contido em:
belliash 2012-01-18 18:24:05 +01:00
commit 54b5057c48
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -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}"