Skip to content

Commit

Permalink
Per #15, using bash redirection syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Nov 7, 2023
1 parent 251987d commit ca8d325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/bash_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function time_command {
error=$?
else
echo "Logging to ${CMD_LOGFILE}"
"$@" &>> $CMD_LOGFILE
"$@" >> $CMD_LOGFILE 2>&1
error=$?
unset CMD_LOGFILE
fi
Expand Down

0 comments on commit ca8d325

Please sign in to comment.