|
@@ -342,7 +342,7 @@
|
|
|
<!-- Using Unix script to preserve symlinks -->
|
|
|
<echo file="${project.build.directory}/dist-copynativelibs.sh">
|
|
|
|
|
|
- which cygpath >> /dev/null
|
|
|
+ which cygpath 2> /dev/null
|
|
|
if [ $? = 1 ]; then
|
|
|
BUILD_DIR="${project.build.directory}"
|
|
|
else
|
|
@@ -379,7 +379,7 @@
|
|
|
<!-- Using Unix script to preserve symlinks -->
|
|
|
<echo file="${project.build.directory}/dist-maketar.sh">
|
|
|
|
|
|
- which cygpath >> /dev/null
|
|
|
+ which cygpath 2> /dev/null
|
|
|
if [ $? = 1 ]; then
|
|
|
BUILD_DIR="${project.build.directory}"
|
|
|
else
|