summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/device-tree.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/scripts/device-tree.sh')
-rwxr-xr-xubuntu/scripts/device-tree.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/ubuntu/scripts/device-tree.sh b/ubuntu/scripts/device-tree.sh
index 199d1c4..f85a042 100755
--- a/ubuntu/scripts/device-tree.sh
+++ b/ubuntu/scripts/device-tree.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
#
# Device Tree test cases for Linux Linaro ubuntu
#
-# Copyright (C) 2012 - 2014, 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
@@ -20,9 +20,8 @@
#
# Author: Ricardo Salveti <rsalveti@linaro.org>
# Maintainer Botao Sun <botao.sun@linaro.org>
-#
-source include/sh-test-lib
+. include/sh-test-lib
## Test case definitions
@@ -65,4 +64,4 @@ test_has_proc_device_tree
test_device_tree_model_not_empty
# clean exit so lava-test can trust the results
-exit 0 \ No newline at end of file
+exit 0