Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Aug 30, 2024
1 parent 42f8bb0 commit e2a8c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/library/standard/Allocators/customAllocator.execopts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

tgt_platform=$($CHPL_HOME/env/printchplenv --value --only CHPL_TARGET_PLATFORM)
tgt_platform=$($CHPL_HOME/util/printchplenv --value --only CHPL_TARGET_PLATFORM)

# if linux32, use the linux32 good file
if [ "$tgt_platform" == "linux32" ]; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

tgt_platform=$($CHPL_HOME/env/printchplenv --value --only CHPL_TARGET_PLATFORM)
tgt_platform=$($CHPL_HOME/util/printchplenv --value --only CHPL_TARGET_PLATFORM)

# if linux32, use the linux32 good file
if [ "$tgt_platform" == "linux32" ]; then
Expand Down

0 comments on commit e2a8c4e

Please sign in to comment.