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/rellns-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rellns-sh') diff --git a/scripts/rellns-sh b/scripts/rellns-sh index e1566436bb..a57f601a90 100755 --- a/scripts/rellns-sh +++ b/scripts/rellns-sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # rellns-sh - Simplified ln program to generate relative symbolic link. # Copyright (C) 1996-2016 Free Software Foundation, Inc. # Written by Ulrich Drepper , October 1996 -- cgit 1.4.1