summaryrefslogtreecommitdiff
path: root/include/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib.sh')
-rw-r--r--include/lib.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lib.sh b/include/lib.sh
index 1a0468d3..4ed8b5a0 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -8,6 +8,12 @@
cbfstool="elf/coreboot/default/cbfstool"
rmodtool="elf/coreboot/default/rmodtool"
+newvar()
+{
+ printf "%s\n" "$*" | \
+ awk '{ for (i=1; i<=NF; i++) $i = $i "=;"; print }'; :
+}
+
mkrom_tarball()
{
update_xbmkver "$1"