Skip to content
Snippets Groups Projects
Commit 682702de authored by jim_nance%yahoo.com's avatar jim_nance%yahoo.com
Browse files

Fixed a small bug WRT shared library naming

parent b0c8f8b9
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ $ECHO atom $PROG -tool hiprof -env threads -toolargs="-calltime -systime" -all $
cd components && (
for f in lib*.so; do
mv ../$f.hiprof.threads .
mv ../$f.$PROG.hiprof.threads .
done
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment