summaryrefslogtreecommitdiff
path: root/openembedded/scripts/sdkhelloc_static.sh
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/scripts/sdkhelloc_static.sh')
-rwxr-xr-xopenembedded/scripts/sdkhelloc_static.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/openembedded/scripts/sdkhelloc_static.sh b/openembedded/scripts/sdkhelloc_static.sh
index 1d5935c..368cb79 100755
--- a/openembedded/scripts/sdkhelloc_static.sh
+++ b/openembedded/scripts/sdkhelloc_static.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
#
# SDK hello.c static 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,11 +16,11 @@
#
# 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.
-#
-# Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-# Author: Milosz Wasilewski <milosz.wasilewski@linaro.org>
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
+# Author:
+# Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
+# Milosz Wasilewski <milosz.wasilewski@linaro.org>
cd
gcc -static hello.c -o hello > sdkhelloc.log