Merge pull request #75 from raboof/remove_unused_variable_mergable

Remove unused variable script_dir
This commit is contained in:
Josh Suereth 2014-10-30 11:03:05 -04:00
commit 7c5bf6f5f6
1 changed files with 0 additions and 6 deletions

View File

@ -6,12 +6,6 @@
# TODO - Should we merge the main SBT script with this library?
if test -z "$HOME"; then
declare -r script_dir="$(dirname $script_path)"
else
declare -r script_dir="$HOME/.sbt"
fi
declare -a residual_args
declare -a java_args
declare -a scalac_args