diff --git bin/hive bin/hive index 0766274..b0b2fa4 100755 --- bin/hive +++ bin/hive @@ -111,8 +111,8 @@ if [ -d "${HIVE_AUX_JARS_PATH}" ]; then fi done elif [ "${HIVE_AUX_JARS_PATH}" != "" ]; then + HIVE_AUX_JARS_PATH=`echo $HIVE_AUX_JARS_PATH | sed 's/,/:/g'` if $cygwin; then - HIVE_AUX_JARS_PATH=`echo $HIVE_AUX_JARS_PATH | sed 's/,/:/g'` HIVE_AUX_JARS_PATH=`cygpath -p -w "$HIVE_AUX_JARS_PATH"` HIVE_AUX_JARS_PATH=`echo $HIVE_AUX_JARS_PATH | sed 's/;/,/g'` fi