From 75657ce37a4f71893c79c2e2251495f92fd1055e Mon Sep 17 00:00:00 2001 From: Dan Palermo Date: Thu, 30 Apr 2026 18:06:25 -0500 Subject: [PATCH] [lint] Test commit to trigger workflow change --- trunk/build_project.sh | 2 +- trunk/build_trunk.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/build_project.sh b/trunk/build_project.sh index c977f7d0c4..7766b1f3d9 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 10deceb6df..3e07f2ba55 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`