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 | 19fdeea9a3e7e38187ee169c7810fde2ce1ece3c (patch) | |
tree | e24ada0132e5c124244422a8484782fc8679e136 /config.guess | |
parent | 310433e195580a58354169531da56df3c09be728 (diff) | |
download | emacs-19fdeea9a3e7e38187ee169c7810fde2ce1ece3c.tar.gz |
add a space in #! for 4.2bsd dynix etc.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 1871a4f5b5a..4d4e6944a82 100755 --- a/config.guess +++ b/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. # |