Skip to content

Commit 59ffacf

Browse files
authored
Merge pull request #170 from codacy/fix-script
fix: Fix script with arguments
2 parents e8df47b + 2f52fbd commit 59ffacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ download_coverage_reporter() {
8484
}
8585

8686
run() {
87-
eval $1
87+
eval "$@"
8888
}
8989

9090
codacy_reporter_native_start_cmd() {

0 commit comments

Comments
 (0)