Skip to content

Commit

Permalink
fix broken closure release script
Browse files Browse the repository at this point in the history
supposed to delete third_party/goog/base.js
but the directory changed in more recent
closure-library checkouts
  • Loading branch information
Thomas Heller authored and swannodette committed Jul 16, 2014
1 parent 9a4b4df commit 1350131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/closure-library-release/make-closure-library-jars.sh
Expand Up @@ -143,6 +143,8 @@ perl -p -i -e 's/..\/..\/third_party\/closure\/goog\///go' \
"$work_dir/closure/goog/deps.js"

rm -f \
"$work_dir/third_party/goog/base.js" \
"$work_dir/third_party/goog/deps.js" \
"$work_dir/third_party/closure/goog/base.js" \
"$work_dir/third_party/closure/goog/deps.js"

Expand Down

0 comments on commit 1350131

Please sign in to comment.