From ec8c0e54e779c016df85d871d3eb899bce844166 Mon Sep 17 00:00:00 2001 From: kloun Date: Sat, 5 Aug 2017 14:10:42 +0300 Subject: [PATCH] bash may not found in the system exampe openbsd. --- tests/ctags/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ctags/runner.sh b/tests/ctags/runner.sh index 695d517c15..058f5c60b9 100755 --- a/tests/ctags/runner.sh +++ b/tests/ctags/runner.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # error out on undefined variable expansion, useful for debugging set -u