File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -545,10 +545,10 @@ AC_CONFIG_COMMANDS(mkdirs,
545545 mkdir -p "$SAGE_BUILD_DIR" || AC_MSG_ERROR ( [ could not create $SAGE_BUILD_DIR] )
546546 rm -f "$SAGE_BUILD_DIR"/conftest
547547 touch "$SAGE_BUILD_DIR"/conftest || AC_MSG_ERROR ( [ could not create a file in $SAGE_BUILD_DIR] )
548- chmod -w "$SAGE_BUILD_DIR"/conftest || AC_MSG_ERROR ( [ could not set file permissions in $SAGE_BUILD_DIR] )
549- test -w "$SAGE_BUILD_DIR"/conftest && AC_MSG_ERROR ( [ file permissions did not persist in $SAGE_BUILD_DIR] )
550- chmod +w "$SAGE_BUILD_DIR"/conftest || AC_MSG_ERROR ( [ could not set file permissions in $SAGE_BUILD_DIR] )
551- test -w "$SAGE_BUILD_DIR"/conftest || AC_MSG_ERROR ( [ file permissions did not persist in $SAGE_BUILD_DIR] )
548+ chmod -w "$SAGE_BUILD_DIR"/conftest || AC_MSG_ERROR ( [ could not set file permissions -w in $SAGE_BUILD_DIR] )
549+ test -w "$SAGE_BUILD_DIR"/conftest && AC_MSG_ERROR ( [ file permissions -w did not persist in $SAGE_BUILD_DIR] )
550+ chmod +w "$SAGE_BUILD_DIR"/conftest || AC_MSG_ERROR ( [ could not set file permissions +w in $SAGE_BUILD_DIR] )
551+ test -w "$SAGE_BUILD_DIR"/conftest || AC_MSG_ERROR ( [ file permissions +w did not persist in $SAGE_BUILD_DIR] )
552552 rm -f "$SAGE_BUILD_DIR"/conftest
553553 ] ,
554554 [
You can’t perform that action at this time.
0 commit comments