1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

build-htmlman-git: Run build-htmlman-git with bash.

On debian/ubuntu, the "dash" which is sh, does not
    provide pushd/popd...

Signed-off-by: Karolin Seeger <kseeger@samba.org>

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Karolin Seeger 2013-05-29 10:23:49 +02:00 committed by Andrew Bartlett
parent 737dd2a9fd
commit fa3cca3fb0

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Copyright (C) Michael Adam 2011 # Copyright (C) Michael Adam 2011
# #