summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxconfig-demuxer.pl')
-rwxr-xr-xconfig-db/slxconfig-demuxer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer.pl b/config-db/slxconfig-demuxer.pl
index 71eb7b7e..8a6ef1ef 100755
--- a/config-db/slxconfig-demuxer.pl
+++ b/config-db/slxconfig-demuxer.pl
@@ -190,7 +190,7 @@ sub createTarOfPath
mkdir $destinationPath;
my $tarCmd = "cd $buildPath && tar czf $tarFile *";
if (system("$tarCmd") != 0) {
- die _tr("unable to execute shell-command:\n\t%s \n\t($!)", $tarCmd);
+ die _tr("unable to execute shell-command:\n\t%s \n\t(%s)", $tarCmd, $!);
}
}