mirror of https://github.com/sbt/sbt.git
Merge pull request #75 from raboof/remove_unused_variable_mergable
Remove unused variable script_dir
This commit is contained in:
commit
7c5bf6f5f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue