Skip to content

Commit

Permalink
fix typo in RUN_SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Mar 18, 2014
1 parent 8dc5705 commit 82f1236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ if test -z "$VM_IMAGE" -a -z "$LOGFILE"; then
LOGFILE="$BUILD_ROOT/.build.log"
fi

if test -n "$LOGFILE" -a -z "RUN_SHELL" ; then
if test -n "$LOGFILE" -a -z "$RUN_SHELL" ; then
echo logging output to $LOGFILE...
rm -f $LOGFILE
touch $LOGFILE
Expand Down

0 comments on commit 82f1236

Please sign in to comment.