From bc7d2545d47bf54acebb38ab3d1e2dd7251ddb99 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 12 Oct 2016 01:35:56 +0200 Subject: build: man: tests: do not use bash tested with busybox' ash, that is not exactly posix. --- build-aux/travis-build.sh | 2 +- build-aux/travis-deploy.sh | 2 +- build-aux/valgrind.sh | 2 +- man/blogc-git-receiver.1.ronn | 8 ++++---- tests/blogc-git-receiver/check_post_receive.sh | 2 +- tests/blogc-git-receiver/check_pre_receive.sh | 2 +- tests/blogc-git-receiver/check_shell.sh | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build-aux/travis-build.sh b/build-aux/travis-build.sh index 53cf589..106c230 100755 --- a/build-aux/travis-build.sh +++ b/build-aux/travis-build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -ex diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index 51aac3e..dea0b0f 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e diff --git a/build-aux/valgrind.sh b/build-aux/valgrind.sh index 4db7477..3de3855 100755 --- a/build-aux/valgrind.sh +++ b/build-aux/valgrind.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e diff --git a/man/blogc-git-receiver.1.ronn b/man/blogc-git-receiver.1.ronn index 806ba3d..ab54490 100644 --- a/man/blogc-git-receiver.1.ronn +++ b/man/blogc-git-receiver.1.ronn @@ -88,7 +88,7 @@ value of the `mirror` variable is the URL that should be used to push. To create the configuration file (recommended): - # su -s /bin/bash - blogc + # su -s /bin/sh - blogc # cat > ~/blogc-git-receiver.ini <