summaryrefslogtreecommitdiff
path: root/release-scripts
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-12 17:37:17 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-12 23:52:45 +0200
commit3c5d2d5bcf973c4e21407559ef934044930c500e (patch)
tree9a9170a46d9a402f076936224a0b54119fb1cc52 /release-scripts
parentcfdab79729e8507a7504b0224c60454d3bc40ffc (diff)
downloadsamba-3c5d2d5bcf973c4e21407559ef934044930c500e.tar.gz
release-scripts: run build-manpages-git with bash
On debian/ubuntu, the "dash" which is sh, does not provide pushd/popd... Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'release-scripts')
-rwxr-xr-xrelease-scripts/build-manpages-git2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-scripts/build-manpages-git b/release-scripts/build-manpages-git
index 0f3568d4bbe..af4734d0486 100755
--- a/release-scripts/build-manpages-git
+++ b/release-scripts/build-manpages-git
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright (C) Michael Adam 2010
#