Skip to content

Commit

Permalink
proper bash quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Aug 25, 2017
1 parent 7bf800d commit fd35ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/rename2tied.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tied="${4}"
multi="${5:?is_multi_file is missing}"

fail() {
msg=$(echo -n "$@")
msg="$(echo -n "$@")"
rtxmlrpc print '' "ERROR: $msg [$name]"
exit 1
}
Expand Down

0 comments on commit fd35ee7

Please sign in to comment.