1. 24 8月, 2009 3 次提交
  2. 23 8月, 2009 9 次提交
  3. 22 8月, 2009 7 次提交
  4. 19 8月, 2009 2 次提交
  5. 16 8月, 2009 6 次提交
  6. 15 8月, 2009 6 次提交
  7. 14 8月, 2009 3 次提交
  8. 13 8月, 2009 2 次提交
    • M
      Third attempt to invoke create_config properly · aa0cba4a
      malc 提交于
      Second attempt failed due to $_ not being standard and as such it's
      interpretation by certain shells when they were symlinked to /bin/sh
      and invoked as such led to unpredictable results. So instead of trying
      to be clever just use /bin/sh directly (That's what direct execution
      would have led to anyway)
      
      Hopefully this time nothing will break (Mingw?)
      
      Thanks to Jordan Justen for report and analysis.
      [Previous attempt (THISSHELL one) deserves a credit but reporter is
       too humble]
      Signed-off-by: Nmalc <av1474@comtv.ru>
      aa0cba4a
    • M
      Fix typo · 197bc219
      malc 提交于
      197bc219
  9. 12 8月, 2009 2 次提交
    • M
      Do not use $SHELL to invoke our scripts · 971c47cc
      malc 提交于
      http://www.opengroup.org/onlinepubs/7990989775/xbd/envvar.html
      
      <quote>
      SHELL
          A pathname of the user's preferred command language
          interpreter. If this interpreter does not conform to the XSI Shell
          Command Language in the XCU specification, Shell Command Language,
          utilities may behave differently from those described in this
          specification set.
      </quote>
      
      So using shells for users who prefer csh variants is a no go.
      971c47cc
    • M
      Aesthetics · 98f9f48c
      malc 提交于
      Reformat to make item borders more visible
      Fix cases of stray tabs and vertical misalignments
      Signed-off-by: Nmalc <av1474@comtv.ru>
      98f9f48c