summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/rtems-build-dep
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/rtems-build-dep')
-rwxr-xr-xsource-builder/sb/rtems-build-dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/rtems-build-dep b/source-builder/sb/rtems-build-dep
index 1f795d3..48a0823 100755
--- a/source-builder/sb/rtems-build-dep
+++ b/source-builder/sb/rtems-build-dep
@@ -141,7 +141,7 @@ fi
# Library file
#
if [ ${op} = "library" ]; then
- if [ "${OS}" = "Windows_NT" -a "${OSTYPE}" -ne "cygwin" ]; then
+ if [ "${OS}" = "Windows_NT" -a "${OSTYPE}" != "cygwin" ]; then
sep=';'
else
sep=':'