summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/git-metapull2
-rw-r--r--examples/pre-commit2
2 files changed, 2 insertions, 2 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.
diff --git a/examples/pre-commit b/examples/pre-commit
index 5bed048..b91635d 100644
--- a/examples/pre-commit
+++ b/examples/pre-commit
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# An example hook script to store metadata information using
# metastore on each commit.