diff options
author | Stig-Ørjan Smelror <smelror@gmail.com> | 2018-05-25 07:41:38 +0200 |
---|---|---|
committer | Stig-Ørjan Smelror <smelror@gmail.com> | 2018-05-25 07:41:38 +0200 |
commit | 4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032 (patch) | |
tree | f010631cef6f7fb17976b9ce8ed6052e002ab76b | |
parent | 53e37fb0b9f17f5e409e3f5991421fab76c45f6d (diff) | |
download | iurt-4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032.tar iurt-4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032.tar.gz iurt-4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032.tar.bz2 iurt-4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032.tar.xz iurt-4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032.zip |
Revert "A small typo when it can't find a config file, line 348"
This reverts commit 53e37fb0b9f17f5e409e3f5991421fab76c45f6d.
-rwxr-xr-x | iurt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -345,7 +345,7 @@ $run{distro_tag} =~ s,/,-,g; my $real_arch = `uname -m`; chomp $real_arch; my $HOME = $ENV{HOME}; -my $configfile = "$HOME/.iurt$run{distro_tag}.conf"; +my $configfile = "$HOME/.iurt.$run{distro_tag}.conf"; my $sysconfigfile = "/etc/iurt/build/$run{distro_tag}.conf"; my $config = {}; |