Skip to content

Commit

Permalink
improved quotes escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
darklynx committed Apr 11, 2014
1 parent 6747a6f commit 0b9d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmserver-bundles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ list)
FILTER_VERSION="version=${BUNDLE_VERSION},"
fi

echo "$RESULT" | sed -e 's/},{/\'$'\n/g' | awk -F"[:', ]" '{ print "name=" $20 ", version=" $25 ", type=" $15 }' | grep "${FILTER_NAME}" | grep "${FILTER_VERSION}"
echo "$RESULT" | sed -e "s/},{/\'$\'\n/g" | awk -F"[:', ]" '{ print "name=" $20 ", version=" $25 ", type=" $15 }' | grep "${FILTER_NAME}" | grep "${FILTER_VERSION}"
fi

;;
Expand Down

0 comments on commit 0b9d412

Please sign in to comment.