scripts: Reformat with consistent section separators

This commit is contained in:
Henry Weller
2016-02-15 18:30:24 +00:00
parent 0196822968
commit 350d03246e
370 changed files with 399 additions and 401 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# Build optional components (eg, may depend on third-party libraries)
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
cd ${0%/*} || exit 1 # Run from this directory
set -x
@ -14,4 +14,4 @@ then
wmake ccm26ToFoam
fi
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------