# HG changeset patch # User David J. MacKenzie # Date 792255906 0 # Node ID 0b7596c02db4d0a46d636587443d95d25ee939e3 # Parent 7072187c3d813fd8bec2dd416cce6e92e599c989 Add a blank in the #! line for 4.2BSD Dynix etc. diff -r 7072187c3d81 -r 0b7596c02db4 config.sub --- a/config.sub Wed Feb 08 15:03:05 1995 +0000 +++ b/config.sub Wed Feb 08 15:05:06 1995 +0000 @@ -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.