Skip to content

Commit

Permalink
Redirect everything to log?
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Apr 20, 2017
1 parent 3c2ca4a commit bc751f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ run_ok () {
BALLOT_X='\u2718'
spinner &
local spinpid=$!
eval "${cmd}" >> ${RUN_LOG}
eval "${cmd}" 1>> ${RUN_LOG} 2>&1
local res=$?
touch stopspinning
while [ -f stopspinning ]; do
Expand Down

0 comments on commit bc751f6

Please sign in to comment.