Skip to content

Commit

Permalink
store_rpt: detect commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Apr 30, 2012
1 parent 10aaf47 commit 6a80f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store_rpt
Expand Up @@ -44,6 +44,7 @@ if [ -n "$m" ]; then
else
# git
r=$(perl -lane "print \$F[4] if /^# B::C::VERSION = 1.\\d\\d \\w+ /" $m)
test -z $r && r=$(perl -lane "print \$F[1] if /^commit \\w+$/" $m)
grep=" "
fi
do_cp
Expand Down

0 comments on commit 6a80f4e

Please sign in to comment.