diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-11-28 18:34:14 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-11-29 14:52:01 +0100 |
commit | 2eaffc0ed137595784d19edf17e517c320cbf264 (patch) | |
tree | 97af67607f95bddd1bcb5441d74be56281f758e2 | |
parent | 5e43781680f9f55e0ae7c1b681465d64882e3b8c (diff) |
utils.sh: add N (newline)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r-- | scripts/utils.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh index a5dc782..60470a5 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -1,3 +1,6 @@ +N=" +" + append() { local var="$1" local value="$2" |