Skip to content

Commit

Permalink
[asm-cherry-pick] [move to start] fix scripted move of sources
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Jun 7, 2018
1 parent bae00de commit ce7202d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/selectAndPrepareSources
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ mkdir -p src/main/java/scala/tools/asm
for base in asm asm-util asm-commons asm-tree asm-analysis; do
cp -R $base/src/main/java/org/objectweb/asm/* src/main/java/scala/tools/asm/
rm -r $base
git add -A $base
done
git add src

Expand Down

0 comments on commit ce7202d

Please sign in to comment.