summaryrefslogtreecommitdiff
path: root/examples/git-metapull
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-11-25 23:07:29 +0100
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-01 23:19:44 +0200
commit5cdbdd2ccd5c909c49d843ab176a4d35b2e308a7 (patch)
tree2606188c5fb26b9f8f2b2d6737f00f4f660a3b50 /examples/git-metapull
parent78d393659d1379825232cb605d9dfbd9d3c8624e (diff)
examples: Use /bin/sh as the shell for scripts (instead of bash).
Scripts seem to be POSIX shell conformant, so no need to be specific. Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com>
Diffstat (limited to 'examples/git-metapull')
-rw-r--r--examples/git-metapull2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/git-metapull b/examples/git-metapull
index a7a3f7e..8842b11 100644
--- a/examples/git-metapull
+++ b/examples/git-metapull
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# This script can be used instead of git-pull when updating a remote
# repo to make sure the metadata matches what is stored in the repo.