remove remains from WinRun4J;
authorwenzelm
Sat, 28 Sep 2013 15:36:14 +0200
changeset 53970 eee1863c565a
parent 53969 7ed81754b069
child 53971 c4156b37627f
remove remains from WinRun4J;
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Sat Sep 28 14:41:46 2013 +0200
+++ b/lib/scripts/getsettings	Sat Sep 28 15:36:14 2013 +0200
@@ -19,6 +19,8 @@
 #Cygwin vs. POSIX
 if [ "$OSTYPE" = cygwin ]
 then
+  unset INI_DIR
+
   if [ -z "$USER_HOME" ]; then
     USER_HOME="$(cygpath -u "$HOMEDRIVE\\$HOMEPATH")"
   fi