From a5a12fb501c047d296a6605ed89dcf77d30bafdc Mon Sep 17 00:00:00 2001 From: Hideki Yamane Date: Sat, 9 May 2020 14:43:26 +0000 Subject: [PATCH] It uses bash feature, so specify #! /bin/bash --- examples/D65various-compiler-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/D65various-compiler-support b/examples/D65various-compiler-support index 2af2eebb..12a9e829 100644 --- a/examples/D65various-compiler-support +++ b/examples/D65various-compiler-support @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # pbuilder hook script: choose optional compiler rather than default one # -- GitLab