projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e05a4bc
)
fix directory calculations without --git
Graham Knop [Wed, 12 Oct 2016 20:21:34 +0000 (16:21 -0400)]
helpers/bump-version
patch
|
blob
|
blame
|
history
diff --git
a/helpers/bump-version
b/helpers/bump-version
index
d9ae2ae
..
2a3241f
100755
(executable)
--- a/
helpers/bump-version
+++ b/
helpers/bump-version
@@
-57,7
+57,7
@@
else {
no_chdir => 1,
wanted => sub {
my $fn = File::Spec->abs2rel($_, '.');
- if (-d && $fn !~ /^$dir_match$/) {
+ if (-d && $fn !~ /^$dir_match/) {
$File::Find::prune = 1;
return;
}