Skip to content

Commit bc9b723

Browse files
committed
simplify bash script
1 parent 10b4661 commit bc9b723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

get_module_path

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ JARS=()
77
for JAR in build/libs/*.jar dependencies/*.jar; do
88
JARS+=($JAR)
99
done
10-
MODULE_PATH=`join_tokens ${JARS[@]}`
11-
echo "$MODULE_PATH"
10+
join_tokens ${JARS[@]}

0 commit comments

Comments
 (0)