diff options
author | David J. MacKenzie <djm@gnu.org> | 1995-02-08 15:03:05 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1995-02-08 15:03:05 +0000 |
commit | 1c395186dac387715748631058289a03fe29e585 (patch) | |
tree | e540badaa71313a300ddc0b7058480ea3a38bc37 /gcc/config.guess | |
parent | 2387b8d7af5623e7016b250ddb23a1f9e73299de (diff) | |
download | gcc-1c395186dac387715748631058289a03fe29e585.zip gcc-1c395186dac387715748631058289a03fe29e585.tar.gz gcc-1c395186dac387715748631058289a03fe29e585.tar.bz2 |
add a space in #! for 4.2bsd dynix etc.
From-SVN: r8893
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 1871a4f5..4d4e694 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # |