mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix shbang magic "#! /bin/sh" (correct) vs "#!/bin/sh" (incorrect)
This commit is contained in:
parent
0fcf553d45
commit
1c52d43149
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
DATADIR=$SRCDIR/data
|
||||
|
|
|
|||
Loading…
Reference in a new issue