diff options
author | David J. MacKenzie <djm@gnu.org> | 1995-02-08 15:05:06 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1995-02-08 15:05:06 +0000 |
commit | a2d17313d629cac5f7d29b5ca6ada5734c1845a4 (patch) | |
tree | c76d4717b2202bca511786ccb216fba9da33c703 /config.sub | |
parent | 19fdeea9a3e7e38187ee169c7810fde2ce1ece3c (diff) | |
download | emacs-a2d17313d629cac5f7d29b5ca6ada5734c1845a4.tar.gz |
Add a blank in the #! line for 4.2BSD Dynix etc.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index f3a0f40a093..667d3d23bea 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. |