summaryrefslogtreecommitdiff
path: root/ubuntu/scripts
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-10-19 23:53:43 +1100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-10-22 13:02:37 +0000
commite4c93366e5d74b59633ccd038f84f06f07af8d00 (patch)
treef3f661d2936bc478770d51b42a91209986c18779 /ubuntu/scripts
parentd30d5a9866c9c96e9b9a3e8d4b6f333f68f165a8 (diff)
acpica-parser.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: Idcb985c5eb73f952b4fdc3cfdb485b16cbfab7d0
Diffstat (limited to 'ubuntu/scripts')
-rwxr-xr-xubuntu/scripts/acpica-parser.sh22
1 files changed, 21 insertions, 1 deletions
diff --git a/ubuntu/scripts/acpica-parser.sh b/ubuntu/scripts/acpica-parser.sh
index 65b065f..a0cc5f8 100755
--- a/ubuntu/scripts/acpica-parser.sh
+++ b/ubuntu/scripts/acpica-parser.sh
@@ -1,4 +1,24 @@
-#!/bin/bash
+#!/bin/sh
+#
+# ACPI ASL on ARMv7 and ARMv8
+#
+# 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
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# 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.
+#
+# Maintainer: naresh.bhat@linaro.org, arthur.she@linaro.org
for f in `find $1 -name "__STATUS_OF_TESTS"`;
do