doh
This commit is contained in:
parent
253ae16fe6
commit
8c8fe752f1
1 changed files with 3 additions and 1 deletions
4
stow.in
4
stow.in
|
@ -352,7 +352,9 @@ sub StowContents {
|
||||||
# hack to ignore stuff in ~/.cvsignore
|
# hack to ignore stuff in ~/.cvsignore
|
||||||
next if $content eq '.' or $content eq '..';
|
next if $content eq '.' or $content eq '..';
|
||||||
if ($content =~ $ignore_re) {
|
if ($content =~ $ignore_re) {
|
||||||
# We assume -r implies the open succeeded - lazy
|
# FIXME: We assume -r implies the open succeeded but this is not
|
||||||
|
# true if we're stowing cvs as .cvsignore only gets created
|
||||||
|
# halfway through.
|
||||||
warn "Ignoring $joined/$content", (-r $ignore_file ? " via $ignore_file" : ""), "\n"
|
warn "Ignoring $joined/$content", (-r $ignore_file ? " via $ignore_file" : ""), "\n"
|
||||||
if $Verbose > 2;
|
if $Verbose > 2;
|
||||||
next;
|
next;
|
||||||
|
|
Loading…
Reference in a new issue