Merge pull request #336 from eatkins/sbt-script

Set sbt script when running sbtn
This commit is contained in:
eugene yokota 2020-10-24 17:49:14 -04:00 committed by GitHub
commit 87bd4027b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ runNativeClient() {
unset 'original_args[i]' unset 'original_args[i]'
fi fi
done done
execRunner "$sbtn_command" "${original_args[@]}" execRunner "$sbtn_command" "--sbt-script=$0" "${original_args[@]}"
} }
original_args=("$@") original_args=("$@")