From 9cda22c39b3ec33db09d4f5df5f59c7042658991 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sun, 13 Nov 2011 10:52:35 +0200 Subject: [PATCH] test/atomicity: change shebang to '#!/usr/bin/env bash' --- test/atomicity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/atomicity b/test/atomicity index 34642388..ad7d4a3c 100755 --- a/test/atomicity +++ b/test/atomicity @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='atomicity' . ./test-lib.sh -- 2.43.0