]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed typo.
authorcurt <curt>
Thu, 17 Jan 2002 17:58:31 +0000 (17:58 +0000)
committercurt <curt>
Thu, 17 Jan 2002 17:58:31 +0000 (17:58 +0000)
autogen.sh

index c045940447981d5c8bf2ec946706f95d43b75e73..06c2f96cbfb7e3dbff82984d434f6024f9e7f00b 100755 (executable)
@@ -36,7 +36,7 @@ echo "Running autoconf"
 autoconf
 
 # fixup Makefiles for Irix
-if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then
+if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then
     echo "Fixing Makefiles for Irix"
     for n in `find . -name Makefile.in`; do \
         mv -f $n $n.ar-new; \