Skip to content

Releases: civier/fix_bash

fix_bash.sh 1.1.1

30 Mar 12:23
e344d9e

Choose a tag to compare

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

30 Mar 03:40
adcbc71

Choose a tag to compare

Additions

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

fix_bash.sh first version

30 Mar 03:31
eca8bc8

Choose a tag to compare

1.0

Update fix_bash.sh