Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-31 17:41:19 +0400
committerFelix Fietkau <nbd@openwrt.org>2011-05-31 17:41:19 +0400
commitbdf636377785788f7463d915e0adfb1a77bfe8c5 (patch)
treeae24cea8c7907de66601ebd46ced8f9db8be24f4 /sh
parenta8032be64c4d03a98af47e9f4d93ddc137d23733 (diff)
jshn: add an option for printing the json data without a terminating newline
Diffstat (limited to 'sh')
-rw-r--r--sh/jshn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/jshn.sh b/sh/jshn.sh
index b27d852..63d4b09 100644
--- a/sh/jshn.sh
+++ b/sh/jshn.sh
@@ -77,7 +77,7 @@ json_load() {
}
json_dump() {
- jshn -w
+ jshn "$@" -w
}
json_get_type() {