[DRE-commits] [hiki] 01/01: d/hikisetup: fixed interpreter call
Jonas Genannt
jonas at brachium-system.net
Wed Jan 15 11:12:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository hiki.
commit 1225b61ba41ced4d24586902b82526a0de97fa7b
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Wed Jan 15 12:02:43 2014 +0100
d/hikisetup: fixed interpreter call
---
debian/hikisetup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/hikisetup b/debian/hikisetup
index d6af23d..b5178d2 100755
--- a/debian/hikisetup
+++ b/debian/hikisetup
@@ -105,7 +105,7 @@ def create_hikicgi
end
File.open(@cgi_name, 'w') do |f|
f.print <<_EOT
-#!/usr/bin/ruby1.8 -I#{HIKIDIR}
+#!/usr/bin/ruby -I#{HIKIDIR}
load '#{HIKIDIR}/hiki.cgi'
_EOT
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