From 5b26b12e46b07208e81d3d1e5ed063b202b75798 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Wed, 8 Feb 1995 15:05:06 +0000 Subject: [PATCH] Add a blank in the #! line for 4.2BSD Dynix etc. From-SVN: r8894 --- gcc/config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2