summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-08-24 19:52:59 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-08-24 19:52:59 -0500
commit89419acab3b2225c240fb97ca0938e41a4c1cf44 (patch)
tree26a4ad2076cd70792c1652aaad23167ca4e4ecff
parent2a569f9dccf6b7f99c7edffd84995c6e011af058 (diff)
downloadgit-update-agent-89419acab3b2225c240fb97ca0938e41a4c1cf44.tar.xz
git-update-agent-89419acab3b2225c240fb97ca0938e41a4c1cf44.zip
Use bash
-rw-r--r--git-update-agent2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-update-agent b/git-update-agent
index 605613f..6f70c8b 100644
--- a/git-update-agent
+++ b/git-update-agent
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# GLOBAL VARIABLES:
# - UPSTREAM_BRANCH: The branch in the upstream repo used for updates (defaults to remote's head if set)