Fixed month-pack to use new gnubin PATH

This commit is contained in:
Trey Blancher 2019-03-04 10:53:28 -05:00
parent 04d58af4d1
commit 3f5fc83ae9
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
PATH=/Users/tblancher/homebrew/opt/coreutils/libexec/gnubin:/Users/tblancher/bin:/Users/tblancher/homebrew/bin:/Users/tblancher/homebrew/sbin:/Users/tblancher/gem/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/sbin:/usr/sbin:/Users/tblancher/bin
if [ "x$1" == "x" ]; then
MONTH=$(( $(date +%-m) - 1 ))
else