Major bug fixes and improvements

This commit is contained in:
VanitasVitae 2015-10-04 22:51:35 +02:00
parent 8bab418e2b
commit 992c9a924d
52 changed files with 1708 additions and 1473 deletions

2
gradlew vendored
View file

@ -116,7 +116,7 @@ if $cygwin ; then
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -name d 2>/dev/null`
SEP=""
for dir in $ROOTDIRSRAW ; do
ROOTDIRS="$ROOTDIRS$SEP$dir"