diff --git a/interfaces-and-libraries.sh b/interfaces-and-libraries.sh index d5f67de273..bc19def411 100755 --- a/interfaces-and-libraries.sh +++ b/interfaces-and-libraries.sh @@ -269,7 +269,7 @@ function setUpInterfacesAndLibraries() if [ $BUILD_PPC != false ]; then mkdir -p "$PREFIX/universal/libppc" - case `ResInfo -n "$INTERFACELIB" > /dev/null || echo 0` in + case `ResInfo -n "$INTERFACELIB" 2> /dev/null || echo 0` in 0) if [ -n "$INTERFACELIB" ]; then echo "WARNING: Couldn't read resource fork for \"$INTERFACELIB\"."