setup-ivi-sh-functions: introduce a newline variable
[platform/adaptation/setup-scripts.git] / setup-ivi-sh-functions
index b817e13..2a973f3 100644 (file)
@@ -7,6 +7,10 @@
 # Own name
 __PROG="$PROG:-setup-ivi-sh-functions"
 
+# Just a useful variable for the newline character(s)
+br="
+"
+
 fatal()
 {
        IFS= printf "%s\n" "$PROG: error: $*" 1>&2