Skip to content

Releases: civier/fix_bash

fix_bash.sh 1.1.1

Choose a tag to compare

@civier civier released this 30 Mar 12:23
e344d9e

Fixed bugs:

  • $0 gave wrong path when changing dir, so replaced it with 'real_path=realpath -e $0'
    However, it will still give wrong info when sourcing
  • Removed GREP_OPTIONS because depricated

fix_bash.sh 1.1

Choose a tag to compare

@civier civier released this 30 Mar 03:40
adcbc71

Additions

  • Added the log() function
  • Made fix_bash.sh work on older versions of Linux

fix_bash.sh first version

Choose a tag to compare

@civier civier released this 30 Mar 03:31
eca8bc8
1.0

Update fix_bash.sh