Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion trunk/build_project.sh
Original file line number Diff line number Diff line change
@@ -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 ----
Expand Down
2 changes: 1 addition & 1 deletion trunk/build_trunk.sh
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
Loading