From: Marcin Krol Date: Sun, 19 Apr 2020 14:41:16 +0000 (+0200) Subject: - fix interpreter X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=485bd119065fc121065fa0b9c9986b1e9a3b44c0 - fix interpreter --- diff --git a/gem_helper.rb b/gem_helper.rb index 11de3be..6457a7a 100755 --- a/gem_helper.rb +++ b/gem_helper.rb @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/ruby #-- # Copyright 2010 Per Øyvind Karlsen # This program is free software. It may be redistributed and/or modified under diff --git a/rubygems.rb b/rubygems.rb index a3f63aa..faeeae0 100755 --- a/rubygems.rb +++ b/rubygems.rb @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/ruby #-- # Copyright 2010 Per Øyvind Karlsen # This program is free software. It may be redistributed and/or modified under