diff options
Diffstat (limited to 'mac/.local/bin')
| -rwxr-xr-x | mac/.local/bin/gitupdate | 2 | ||||
| -rwxr-xr-x | mac/.local/bin/hugow | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mac/.local/bin/gitupdate b/mac/.local/bin/gitupdate index 82fa58b..692a365 100755 --- a/mac/.local/bin/gitupdate +++ b/mac/.local/bin/gitupdate @@ -81,7 +81,7 @@ else else remote=$(git remote | head -n 1) fi - git pull --rebase $remote "$branch" + git pull --rebase "$remote" "$branch" git remote | xargs -L1 git push --all fi diff --git a/mac/.local/bin/hugow b/mac/.local/bin/hugow index e9113a0..972d285 100755 --- a/mac/.local/bin/hugow +++ b/mac/.local/bin/hugow @@ -16,7 +16,7 @@ if [ ! -f "$out" ]; then exit 1 fi -tmp="$(mktemp "$out.XXXXXXXX.tmp")" +# tmp="$(mktemp "$out.XXXXXXXX.tmp")" # awk -v defaults="$defaults" ' # BEGIN { |
