Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Former-commit-id: ca74c28edef4839289dfad3bca16eac353a0aeaa
  • Loading branch information
Suzanne Millstein committed Oct 25, 2011
1 parent b9499b2 commit 18c6bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/tau_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ if [ $gotoNextStep == $TRUE ]; then

evalWithDebugMessage "/bin/rm -f pompregions.c" "Removing pompregions.c"

evalWithDebugMessage="${NM} ${objectFilesForLinking} | ${GREP} -i POMP2_Init_regions | ${AWK} -f ${AWK_SCRIPT} > pompregions.c"
cmdCreatePompRegions="${NM} ${objectFilesForLinking} | ${GREP} -i POMP2_Init_regions | ${AWK} -f ${AWK_SCRIPT} > pompregions.c"
evalWithDebugMessage "$cmdCreatePompRegions" "Creating pompregions.c"
cmdCompileOpariTab="${optTauCC} -c ${optIncludeDefs} ${optIncludes} ${optDefs} pompregions.c"
evalWithDebugMessage "$cmdCompileOpariTab" "Compiling pompregions.c"
Expand Down

0 comments on commit 18c6bca

Please sign in to comment.