From: David J. MacKenzie Date: Wed, 8 Feb 1995 15:05:06 +0000 (+0000) Subject: Add a blank in the #! line for 4.2BSD Dynix etc. X-Git-Tag: Release-0-25~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a45960433383506db474149e6567ca7890303b8;p=thirdparty%2Fautomake.git Add a blank in the #! line for 4.2BSD Dynix etc. --- diff --git a/config.sub b/config.sub index f3a0f40a0..667d3d23b 100644 --- a/config.sub +++ b/config.sub @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # Configuration validation subroutine script, version 1.1. # Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. diff --git a/lib/config.sub b/lib/config.sub index f3a0f40a0..667d3d23b 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # Configuration validation subroutine script, version 1.1. # Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software.