summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-25 07:42:14 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-25 07:42:14 +0200
commit2b78b9feab9521e614b9edae17709cb6e2001292 (patch)
treeef8ce2b0a0b4dc79f162ea86c1ffc8a00deae36d /solenv
parent8d74698f407de0b02826777d5cb3f5aca2fd50f1 (diff)
updater: fix the handling of ~ in the update config
Change-Id: I5c07039e336de9362fdd92be29de516da0846998
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/scriptitems.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm
index 98b41f7b484a..db2b67c5c9bb 100644
--- a/solenv/bin/modules/installer/scriptitems.pm
+++ b/solenv/bin/modules/installer/scriptitems.pm
@@ -659,7 +659,7 @@ sub replace_setup_variables
my $updatechannel = "";
if ( $ENV{'UPDATE_CONFIG'} && $ENV{'UPDATE_CONFIG'} ne "")
{
- open(CONFIG, $ENV{'UPDATE_CONFIG'});
+ open(CONFIG, glob($ENV{'UPDATE_CONFIG'}));
while (<CONFIG>)
{
chomp;