From e6b4553bd70ca7fe43334e1870b0d3a495e96d5e Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 22 Feb 2016 10:46:07 +0100 Subject: [PATCH] https://github.com/Procrat/dotfiles/commit/5a27f454e8 --- local/bin/profile_bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/profile_bash.sh b/local/bin/profile_bash.sh index 39eac07..4c5f517 100644 --- a/local/bin/profile_bash.sh +++ b/local/bin/profile_bash.sh @@ -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