[DRE-commits] [hiki] 01/01: Fix error reporting in hikisetup
zeha at debian.org
zeha at debian.org
Wed Apr 8 12:48:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository hiki.
commit 5b5f61094fd2345aafef2eb01559bb4d45e92b26
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Wed Apr 8 14:48:23 2015 +0200
Fix error reporting in hikisetup
Closes: #739277
---
debian/hikisetup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/hikisetup b/debian/hikisetup
index b5178d2..2abfca9 100755
--- a/debian/hikisetup
+++ b/debian/hikisetup
@@ -172,7 +172,7 @@ def main
puts "hikisetup succeeded!"
puts "Please edit #{@hikidir}/hikiconf.rb"
rescue
- puts 'Error: ' + $!
+ puts 'Error: ', $!
puts "hikisetup failed!"
end
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/hiki.git
More information about the Pkg-ruby-extras-commits
mailing list