Skip to content

Commit 4c707c6

Browse files
committed
[asm-cherry-pick] [move to start] fix scripted move of sources
1 parent 34594e0 commit 4c707c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/selectAndPrepareSources

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ mkdir -p src/main/java/scala/tools/asm
3737
for base in asm asm-util asm-commons asm-tree asm-analysis; do
3838
cp -R $base/src/main/java/org/objectweb/asm/* src/main/java/scala/tools/asm/
3939
rm -r $base
40+
git add -A $base
4041
done
4142
git add src
4243

0 commit comments

Comments
 (0)