~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to lib/rubygems/install_update_options.rb

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-16 12:37:06 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080516123706-r4llcdfd35aobrjv
Tags: 1.9.0.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.
* debian/control:
  - ruby1.9 pkg: moved rdoc1.9 suggestion to depends. (LP: #228345)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      options[:generate_ri] = value
38
38
    end
39
39
 
40
 
    add_option(:"Install/Update", '-E', '--env-shebang',
 
40
    add_option(:"Install/Update", '-E', '--[no-]env-shebang',
41
41
               "Rewrite the shebang line on installed",
42
42
               "scripts to use /usr/bin/env") do |value, options|
43
43
      options[:env_shebang] = value