From 4be1a30b2a0a570d2b1e00bce6df036d6482a9e4 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 6 Aug 2015 21:23:47 +0300 Subject: [PATCH] test.sh: dont re-exec, use bash directly --- test/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test.sh b/test/test.sh index b244d46..478ea6c 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,9 +1,8 @@ -#!/bin/sh +#!/bin/bash # Notes: # - uses iptables and -F with some tests, probably not very friendly to your firewall -[ "$(echo {1..2})" = "1 2" ] || exec bash $0 "$@" cd $(dirname $0) export PATH=/usr/lib/postgresql/9.4/bin:$PATH -- 2.39.5