git-extras icon indicating copy to clipboard operation
git-extras copied to clipboard

a few fixes in a row

Open besser82 opened this issue 12 years ago • 5 comments

  • fixed grep: invalid max count
    • manning-up.sh had an error making grep for title fail
  • add output of file being processed
    • some output about which file gets processed by ronn, makes debugging easier
  • add missing hashbang
    • there was the hashbang missing in bin/git-obliterate
  • remove /usr/bin/env from hashbang
    • hashbang should not call shell-interpreter using env
  • fix complains from checkbashism -px
    • some scripts used bashisms, but relied on /bin/sh
    • /bin/sh neccessarily not needs to be symlinked to /bin/bash

besser82 avatar Jun 03 '13 13:06 besser82

@besser82 This needs a rebase.

hemanth avatar Jul 09 '14 05:07 hemanth