diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-08-24 19:52:59 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-08-24 19:52:59 -0500 |
commit | 89419acab3b2225c240fb97ca0938e41a4c1cf44 (patch) | |
tree | 26a4ad2076cd70792c1652aaad23167ca4e4ecff /git-update-agent | |
parent | 2a569f9dccf6b7f99c7edffd84995c6e011af058 (diff) | |
download | deb-git-update-agent-89419acab3b2225c240fb97ca0938e41a4c1cf44.tar.xz deb-git-update-agent-89419acab3b2225c240fb97ca0938e41a4c1cf44.zip |
Use bash
Diffstat (limited to 'git-update-agent')
-rw-r--r-- | git-update-agent | 2 |
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) |