commit | b20a70fcc70d03df9d011fdfc4c7be6eb6d19848 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 08 14:56:51 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 08 20:13:33 2015 +0200 |
tree | 5579f5b0403bd8c45b3ce6114f9301fea7796ba8 | |
parent | d759d7d72001a1ec46a1ce3f554b32b7f7c1fa30 [diff] [blame] |
Move rename.pl to scripts & add data file
diff --git a/scripts/config.pl b/scripts/config.pl index bec69e6..79f5eed 100755 --- a/scripts/config.pl +++ b/scripts/config.pl
@@ -48,7 +48,7 @@ } else { if (! -f $config_file) { chdir '..' or die; - -d $config_file + -f $config_file or die "Without -f, must be run from root or scripts\n" } }