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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b26b12e46b07208e81d3d1e5ed063b202b75798;p=gcc.git Add a blank in the #! line for 4.2BSD Dynix etc. From-SVN: r8894 --- diff --git a/gcc/config.sub b/gcc/config.sub index f3a0f40a093..667d3d23bea 100755 --- a/gcc/config.sub +++ b/gcc/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.