Skip to content

Commit

Permalink
Forgot some detail (ping @noctuanivalis)
Browse files Browse the repository at this point in the history
  • Loading branch information
Procrat committed Feb 22, 2016
1 parent 7f4d592 commit 5a27f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/profile_bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ paste \
<(cut -f1 $$.timings) \
<(cat /tmp/bash-profile-$$.log | \
sed 's/^+\+ //' | \
sed 's/^\(local\s\|declare\|\S\+=\).*/[[assignment]]/') | \
sed 's/^\(local\s\|declare\s\|\S\+=\).*/[[assignment]]/') | \
tail -n +2 | \
awk '{
cumtime[$2] += $1
Expand Down

1 comment on commit 5a27f45

@ninewise
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shame!

Please sign in to comment.