aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig-Ørjan Smelror <smelror@gmail.com>2018-05-25 07:41:38 +0200
committerStig-Ørjan Smelror <smelror@gmail.com>2018-05-25 07:41:38 +0200
commit4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032 (patch)
treef010631cef6f7fb17976b9ce8ed6052e002ab76b
parent53e37fb0b9f17f5e409e3f5991421fab76c45f6d (diff)
downloadiurt-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"
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index 19b086d..f663a10 100755
--- a/iurt
+++ b/iurt
@@ -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 = {};