diff --git a/trunk/build_project.sh b/trunk/build_project.sh index c977f7d0c..7766b1f3d 100755 --- a/trunk/build_project.sh +++ b/trunk/build_project.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# build_project.sh: Script to build the trunk compiler. +# build_project.sh : Script to build the trunk compiler. # BUILD_TYPE=${BUILD_TYPE:-Release} # --- Start standard header to set AOMP environment variables ---- diff --git a/trunk/build_trunk.sh b/trunk/build_trunk.sh index 10deceb6d..3e07f2ba5 100755 --- a/trunk/build_trunk.sh +++ b/trunk/build_trunk.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# build_trunk.sh : Build all trunk components. +# build_trunk.sh : Script to build all trunk components. # # --- Start standard header ---- realpath=`realpath $0`