Fix shbang magic "#! /bin/sh" (correct) vs "#!/bin/sh" (incorrect)

This commit is contained in:
Kurt Zeilenga 1999-09-10 02:15:03 +00:00
parent 0fcf553d45
commit 1c52d43149
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
# $OpenLDAP$
## Copyright 1998,1999 The OpenLDAP Foundation
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory

View file

@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
# $OpenLDAP$
DATADIR=$SRCDIR/data