From 8fef59b975b70106846cffdc1931bd218d38de04 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 8 Feb 1995 15:05:06 +0000 Subject: [PATCH] Add a blank in the #! line for 4.2BSD Dynix etc. --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sub b/config.sub index f3a0f40..667d3d2 100755 --- 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.