Implement setup-ivi-clone
[platform/adaptation/setup-scripts.git] / setup-ivi-sh-functions
index 4831048..f1aa2c6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2013 Intel Corporation
+# Copyright 2013-2014 Intel Corporation
 # Author: Artem Bityutskiy
 # License: GPLv2
 
@@ -17,6 +17,16 @@ fatal()
        exit 1
 }
 
+warning()
+{
+       IFS= printf "%s\n" "$PROG: Warning!: $*" >&2
+}
+
+message()
+{
+       IFS= printf "%s\n" "$PROG: $*"
+}
+
 verbose()
 {
        if [ -n "$verbose" ]; then