Skip to content
Snippets Groups Projects
  1. Nov 04, 2017
  2. Nov 03, 2017
  3. Nov 02, 2017
  4. Nov 01, 2017
  5. Oct 31, 2017
  6. Oct 25, 2017
  7. Oct 23, 2017
    • totten's avatar
      documentation/style-guide.md - Mention bash portability tip · f3e94847
      totten authored
      If a reader has customized their interactive shell, their system could have
      small discrepancies in shell notation.  It shouldn't matter 95% of the time,
      and it's not critical to support those folks perfectly.  But it is nice.  So
      let's just share the link to heighten awareness.
      
      (Example: I usually do `export VAR=value`...  but in future docs, I'll try
      to use `VAR=value; export VAR`.)
      
      This is following-up on some comments from @ginkgomzd who found the
      `bash-hackers.org` site and shared it on https://github.com/civicrm/civicrm-buildkit/pull/365
      f3e94847
  8. Oct 20, 2017
Loading