aboutsummaryrefslogtreecommitdiff
path: root/lib/common.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2016-05-11 21:27:47 -0600
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-05-16 10:15:06 +0000
commitc8cdeb4ced9d6c6eaa496cbcfac37b2db7c23b44 (patch)
treeaebf2e43a79198205e323796095a860e06277f4d /lib/common.sh
parent98434210019c4fc526c5573a07d65481b0a23484 (diff)
Update copyright dates, aways use bash instead of sh, since on some systems it's dash instead.
Change-Id: I2b819d18b52e35045684948084b125c35d4d43a6
Diffstat (limited to 'lib/common.sh')
-rw-r--r--lib/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.sh b/lib/common.sh
index a5c1356d..984fa54d 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
#
-# Copyright (C) 2013, 2014 Linaro, Inc
+# Copyright (C) 2013, 2014, 2015, 2016 Linaro, Inc
#
# 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