fix check for resourcefork of InterfaceLib

This commit is contained in:
Wolfgang Thaller 2020-08-23 19:55:33 +02:00
parent fbdf2c4bcb
commit 5f4733ea5f
1 changed files with 1 additions and 1 deletions

View File

@ -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\"."