Skip to content

Commit

Permalink
rumprun: Remove harmless cruft from json_store_rc
Browse files Browse the repository at this point in the history
Snuck in while editing too quickly...
  • Loading branch information
mato committed Dec 16, 2015
1 parent 040b168 commit 14848c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-tools/rumprun
Expand Up @@ -312,8 +312,8 @@ json_store_rc ()
local line
bin=$1
shift
read line <<EOM >>${TMPDIR}/json.cfg
"rc": [ { "bin": "${bin}", "argv": $(json_array "$@") } ],
read line <<EOM
"rc": [ { "bin": "${bin}", "argv": $(json_array "$@") } ]
EOM
json_append_ln $line
}
Expand Down

0 comments on commit 14848c4

Please sign in to comment.