Message ID | 56A2CE13.7050303@sonymobile.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/engine/scripts/common.sh b/engine/scripts/common.sh index 42c9dcb..df3bdc2 100644 --- a/engine/scripts/common.sh +++ b/engine/scripts/common.sh @@ -44,7 +44,7 @@ function abort_job { while true; do sleep 5; done } -# check is variable is set and fail if otherwise +# check if variable is set and fail if otherwise function assert_define () { varname=$1 if [ -z "${!varname}" ]
Fix a minor spelling error in common.sh Signed-off-by: Tim Bird <tim.bird@sonymobile.com> --- These are trivial, but I think it's nice to get them fixed. engine/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)