From eb82a77e4647dc61487d445236af2ab58f4d979c Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 30 May 2017 21:26:59 +0200 Subject: [PATCH] uncomment actual operation --- astroid/scripts/move-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroid/scripts/move-tag.sh b/astroid/scripts/move-tag.sh index e55606c..dbf45f1 100755 --- a/astroid/scripts/move-tag.sh +++ b/astroid/scripts/move-tag.sh @@ -30,7 +30,7 @@ function pdate { function logrun { # Write command itself to log, and pipe errors to log echo "$(pdate) $@" >> "$LOG" - # eval "$@" 2>> "$LOG" + eval "$@" 2>> "$LOG" } while read line; do