From bebe704688e4a0f75f5ccfa4cc68dda40dfa7757 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 24 Jul 2017 13:57:42 -0300 Subject: [PATCH] use portable shebang line --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index c778cda02..f55589db1 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Executes cleanup function at script exit. trap cleanup EXIT