From 48d0341cdd41040714f1e9896efe89d49296bc78 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Thu, 7 Jan 2016 10:51:53 +0200 Subject: Make shebang interpreter directives consistent --- scripts/cross-test-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cross-test-ssh.sh') diff --git a/scripts/cross-test-ssh.sh b/scripts/cross-test-ssh.sh index cc1d1e9824..73c4e3ea0f 100755 --- a/scripts/cross-test-ssh.sh +++ b/scripts/cross-test-ssh.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # Run a testcase on a remote system, via ssh. # Copyright (C) 2012-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. -- cgit 1.4.1