From 53e37fb0b9f17f5e409e3f5991421fab76c45f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 24 May 2018 23:43:18 +0200 Subject: A small typo when it can't find a config file, line 348 --- iurt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iurt b/iurt index f663a10..19b086d 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