From ae74d1bdeb075c3beefe76e1136c5741804e7e91 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 10 Oct 2010 17:43:26 +0300 Subject: [PATCH] test_files.sh: Fix the first line. For some reason this prevented running the test only on OS/2 and even on that it broke only recently. Thanks to Elbert Pol. --- tests/test_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_files.sh b/tests/test_files.sh index 4eb9796..2fa8382 100755 --- a/tests/test_files.sh +++ b/tests/test_files.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh ############################################################################### # -- 2.39.2