Don't warn when .stowrc is used
We fully support and expect some users using .stowrc, so there is no reason to issue a warning when they do.
This commit is contained in:
parent
0f3e1b33fc
commit
bb8b79e031
1 changed files with 0 additions and 1 deletions
|
@ -604,7 +604,6 @@ sub get_config_file_options {
|
||||||
my @defaults = ();
|
my @defaults = ();
|
||||||
for my $file ("$ENV{HOME}/.stowrc", '.stowrc') {
|
for my $file ("$ENV{HOME}/.stowrc", '.stowrc') {
|
||||||
if (-r $file) {
|
if (-r $file) {
|
||||||
warn "Loading defaults from $file\n";
|
|
||||||
open my $FILE, '<', $file
|
open my $FILE, '<', $file
|
||||||
or die "Could not open $file for reading\n";
|
or die "Could not open $file for reading\n";
|
||||||
while (my $line = <$FILE>){
|
while (my $line = <$FILE>){
|
||||||
|
|
Loading…
Reference in a new issue