Skip to content
Snippets Groups Projects
Select Git revision
  • 8fb5e8e58fc0755773eb37173ef6a39959b24ff7
  • master default protected
  • v0.10.0
  • v0.10.0-rc2
  • v0.10.0-rc1
  • v0.9.0
  • v0.9.0-rc1
  • v0.8.0
  • v0.8.0-rc2
  • v0.8.0-rc1
  • v0.7.0
  • v0.7.0-rc2
  • v0.7.0-rc1
  • v0.6.1
  • v0.6.0
  • v0.6.0-rc2
  • v0.6.0-rc1
  • v0.5.0
  • v0.5.0-rc2
  • v0.5.0-rc1
  • v0.4.0
  • v0.4.0-rc2
22 results

bootstrap

  • Tormod Volden's avatar
    fa1f2682
    bootstrap: Various code improvements · fa1f2682
    Tormod Volden authored
    - Do not specify -e twice.
    - Use "which" instead of calling commands that might not exist.
    - Fix bashism ("==" is C not sh)
    - Carefully quote potentially empty variables
    - Check command arguments before doing anything
    - Rewrite argument checking to be more easily extensible
    - Consistent indentation
    - UNIX style error messages
    fa1f2682
    History
    bootstrap: Various code improvements
    Tormod Volden authored
    - Do not specify -e twice.
    - Use "which" instead of calling commands that might not exist.
    - Fix bashism ("==" is C not sh)
    - Carefully quote potentially empty variables
    - Check command arguments before doing anything
    - Rewrite argument checking to be more easily extensible
    - Consistent indentation
    - UNIX style error messages