Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 1
    Try PB_ACL="acl=$(echo $IMGREQ | jq -r'.data.acl')" (Or use the backticks, just leave it inside the double quotes) Commented Jul 2, 2015 at 20:38
  • The command between the backticks to be processed. (Command Substitution) So Im afraid this ain't gonna work... Commented Jul 2, 2015 at 20:40
  • 1
    I'm not sure I understand your comment but command substitution do occur inside double quotes. Commented Jul 2, 2015 at 20:41
  • Just getting: acl=echo Commented Jul 2, 2015 at 20:43
  • Are you sure you modified your code with the change I made? Commented Jul 2, 2015 at 20:48