Skip to content
Snippets Groups Projects
  1. Aug 12, 2017
  2. Jul 13, 2017
  3. Jul 05, 2017
  4. Jul 04, 2017
  5. Apr 17, 2017
    • Luke Shumaker's avatar
      makechrootpkg: Avoid having code floating around outside of a function. · 49088b08
      Luke Shumaker authored
      This means wrapping variable initialization in init_variables(), and the
      main program routine in main().
      
      I did NOT put `shopt -s nullglob` in to a function.
      
      It make make sense to move init_variables() down into the main()
      function, instead of having it as a separate function up top (if this
      done, then the `-g` flag passed to `declare` in init_variables() can
      be dropped).  However, in interest of keeping the `diff -w` small, and
      merges/rebases simpler, this isn't done here.
      49088b08
  6. Apr 09, 2017
  7. Apr 05, 2017
Loading