mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-09 02:09:39 +02:00
Major bug fixes and improvements
This commit is contained in:
parent
8bab418e2b
commit
992c9a924d
52 changed files with 1708 additions and 1473 deletions
2
gradlew
vendored
2
gradlew
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue