Skip to content

Commit

Permalink
changed 'export' of an empty string to 'unset'
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti committed Jul 28, 2011
1 parent a8b7f03 commit 0df0b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/goldberg-build
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ build_command="$@"

# echo $project, $ruby, $code_path, $build_log_path, $artifacts_path, $nice_value, $build_command >> $build_log_path

export BUNDLE_GEMFILE=""
export RUBYOPT=""
export RAILS_ENV=""
unset BUNDLE_GEMFILE
unset RUBYOPT
unset RAILS_ENV
export BUILD_ARTIFACTS="$artifacts_path"
export BUILD_ARTEFACTS="$artifacts_path"

Expand Down

0 comments on commit 0df0b0c

Please sign in to comment.