Index: libraries/nacl-mounts/nacl-nacl-mounts.sh |
diff --git a/libraries/nacl-mounts/nacl-nacl-mounts.sh b/libraries/nacl-mounts/nacl-nacl-mounts.sh |
index af7492d3df6f2154c913ef25ad352d99f955e668..1d8cd2c2f47d4c1197677c484b74cc4f13f05689 100755 |
--- a/libraries/nacl-mounts/nacl-nacl-mounts.sh |
+++ b/libraries/nacl-mounts/nacl-nacl-mounts.sh |
@@ -31,7 +31,7 @@ RunSelLdrTests() { |
return |
fi |
- if [ ${NACL_PACKAGES_BITSIZE} = "pnacl" ]; then |
+ if [ ${NACL_ARCH} = "pnacl" ]; then |
echo "FIXME: Not running sel_ldr-based tests with PNaCl." |
return |
fi |
@@ -139,7 +139,7 @@ CustomInstallStep() { |
cp ${START_DIR}/http2/genfs.py ${NACL_SDK_USR_LIB}/nacl-mounts/util |
# GLibC toolchain has termio.h so don't copy stub header. |
- if [[ $NACL_GLIBC == 0 ]]; then |
+ if [[ $NACL_GLIBC = 0 ]]; then |
cp ${START_DIR}/console/termio.h ${NACL_SDK_USR_INCLUDE} |
fi |