commit | e3340f1fe6a79166e50dc2a89e7a74fa038e9014 | [log] [tgz] |
---|---|---|
author | Wei Jiangang <weijg.fnst@cn.fujitsu.com> | Mon Sep 21 17:52:14 2015 +0800 |
committer | Wei Jiangang <weijg.fnst@cn.fujitsu.com> | Mon Sep 21 17:53:08 2015 +0800 |
tree | 03424366073f1078cf183b523fe2870d4e5e63bd | |
parent | be65c6f88d5922e356178a2958afa9ae452fb85e [diff] [blame] |
Fix typo: falure => failure Change-Id: Ic1a53eec71d5e20194505aa8655a99b2fedd7632
diff --git a/functions-common b/functions-common index f6a5253..16abb65 100644 --- a/functions-common +++ b/functions-common
@@ -1453,7 +1453,7 @@ return fi - # Check if there is any falure flag file under $SERVICE_DIR/$SCREEN_NAME + # Check if there is any failure flag file under $SERVICE_DIR/$SCREEN_NAME # make this -o errexit safe failures=`ls "$SERVICE_DIR/$SCREEN_NAME"/*.failure 2>/dev/null || /bin/true`