diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-07 03:03:36 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:57:26 +0200 |
| commit | f3cfd1b833870658e3e8becaa23b95587e745f44 (patch) | |
| tree | 8edb9691095a3b9cd341fa491e1fb294cb80d4fa /meta-oe/recipes-support/openldap/openldap-2.4.23/initscript | |
| parent | fb71368dfab482ed697fb6fe2773d741cadcbaa6 (diff) | |
| download | meta-openembedded-f3cfd1b833870658e3e8becaa23b95587e745f44.tar.gz | |
meta-oe: fix no newline at end of file
Add a '\n' to the last line of the file to fix:
No newline at end of file
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openldap/openldap-2.4.23/initscript')
| -rw-r--r-- | meta-oe/recipes-support/openldap/openldap-2.4.23/initscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript b/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript index 40881cd6d7..1395f72560 100644 --- a/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript +++ b/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript | |||
| @@ -26,4 +26,4 @@ case "$1" in | |||
| 26 | exit 1 | 26 | exit 1 |
| 27 | esac | 27 | esac |
| 28 | 28 | ||
| 29 | exit 0 \ No newline at end of file | 29 | exit 0 |
