Replace #!/bin/sh' with #! /bin/sh', for benefit of systems

that interpret `#! /' as a 4-byte magic number.
This commit is contained in:
Paul Eggert 1995-07-07 22:47:57 +00:00
parent e6b7241010
commit d5ad1373cc
3 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
#!/bin/sh
#! /bin/sh
#
# Enhanced sccs diff utility for use with vc mode.
# This version is more compatible with rcsdiff(1).
#
# $Id: vcdiff,v 1.3 1993/08/25 08:18:56 eggert Exp eggert $
# $Id: vcdiff,v 1.4 1993/12/03 09:29:18 eggert Exp eggert $
#
DIFF="diff"