Skip to content
Snippets Groups Projects
Commit 6fffe366 authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

don't try to commit in the evenings...

parent 6801d738
No related branches found
No related tags found
No related merge requests found
...@@ -80,17 +80,17 @@ fi ...@@ -80,17 +80,17 @@ fi
# check headers # check headers
# ------------- # -------------
#for module in $MODULES; for module in $MODULES;
#do do
# echo echo
# echo "Checking headers in $module ..." echo "Checking headers in $module ..."
# cd $DUNEDIR/$module cd $DUNEDIR/$module
# if ! $SCRIPTSDIR/check-headers.sh ; then if ! $SCRIPTSDIR/check-headers.sh ; then
# if test "x$module" == "xdune-fem"; then if test "x$module" == "xdune-fem"; then
# errors=$((errors+1)) errors=$((errors+1))
# fi fi
# fi fi
#done done
# perform make check # perform make check
# ------------------ # ------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment