From 4f1d24e6ffb5f0425a33bbc1c0f5e4f5ea2a1032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 25 May 2018 07:41:38 +0200 Subject: Revert "A small typo when it can't find a config file, line 348" This reverts commit 53e37fb0b9f17f5e409e3f5991421fab76c45f6d. --- iurt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt') 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 = {}; -- cgit v1.2.1