summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-10-21 21:02:10 +1100
committerBotao Sun <botao.sun@linaro.org>2014-10-21 21:02:53 +1100
commit6794896317b85facf2249469e6d79674beba2794 (patch)
treef50a96cedffffc980ac078b444a1ada47a203f76 /openembedded/scripts
parent9c3bcd13c31d4042b1768d8a66fef9324badba05 (diff)
mysql.sh, phpinfo.sh and phpmysql.sh: POSIX Compliant Update.
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Iee007f874a6170f7dba997877f440d3825907b4d
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/mysql.sh10
-rwxr-xr-xopenembedded/scripts/phpinfo.sh10
-rwxr-xr-xopenembedded/scripts/phpmysql.sh10
3 files changed, 15 insertions, 15 deletions
diff --git a/openembedded/scripts/mysql.sh b/openembedded/scripts/mysql.sh
index e50be16..7840bfb 100755
--- a/openembedded/scripts/mysql.sh
+++ b/openembedded/scripts/mysql.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
#
-# mysql test.
+# MySQL Database Test.
#
-# Copyright (C) 2012, Linaro Limited.
+# Copyright (C) 2010 - 2014, Linaro Limited.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -16,10 +16,10 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Author: Senthil Kumaran <senthil.kumaran@linaro.org>
-#
+# Maintainer: Botao Sun <botao.sun@linaro.org>
mysql -u root -e 'show databases' > mysql.log
diff --git a/openembedded/scripts/phpinfo.sh b/openembedded/scripts/phpinfo.sh
index 8071bd6..248f8d3 100755
--- a/openembedded/scripts/phpinfo.sh
+++ b/openembedded/scripts/phpinfo.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
#
-# PHP test.
+# PHP Info Test.
#
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2010 - 2014, Linaro Limited.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -16,10 +16,10 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-#
+# Maintainer: Botao Sun <botao.sun@linaro.org>
unset http_proxy
diff --git a/openembedded/scripts/phpmysql.sh b/openembedded/scripts/phpmysql.sh
index 1906b8d..6651c03 100755
--- a/openembedded/scripts/phpmysql.sh
+++ b/openembedded/scripts/phpmysql.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
#
-# PHP test.
+# PHP MySQL Test.
#
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2010 - 2014, Linaro Limited.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -16,10 +16,10 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-#
+# Maintainer: Botao Sun <botao.sun@linaro.org>
unset http_proxy