tests: sanitize 'unset' usages
[platform/upstream/automake.git] / t / yflags.sh
old mode 100755 (executable)
new mode 100644 (file)
index 8d17dc8..f8fe7a4
@@ -30,7 +30,7 @@ chmod a+x fake-yacc
 
 # Remove Yacc from the environment, so that it won't interfere
 # with 'make -e' below.
-unset YACC || :
+unset YACC
 
 cat >> configure.ac <<'END'
 AC_SUBST([CC], [false])