Skip to content

Commit

Permalink
$() vs $
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfaden committed Jan 17, 2019
1 parent 4e65646 commit 12b323d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata/AutoplotExample1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"data": {
"command": "java -Djava.awt.headless=true -cp $(HAPISERVER_BIN_DIR)/autoplot.jar org.autoplot.AutoplotDataServer --uri=http://autoplot.org/data/autoplot.cdf?BGSM -f hapi-data 2> >( sed '/Autoplot version/d' >&2 )",
"command": "java -Djava.awt.headless=true -cp $HAPISERVER_BIN_DIR/autoplot.jar org.autoplot.AutoplotDataServer --uri=http://autoplot.org/data/autoplot.cdf?BGSM -f hapi-data 2> >( sed '/Autoplot version/d' >&2 )",
"contact": "rweigel@gmu.edu",
"testcommands": [
{"command": "java -Djava.awt.headless=true -cp $(HAPISERVER_BIN_DIR)/autoplot.jar org.autoplot.AutoplotDataServer --uri=http://autoplot.org/data/autoplot.cdf?BGSM -f hapi-data | python lib/subset.py --start 2006-01-01T00:00:00.000Z --stop 2006-01-01T23:00:00.000Z --columns 1,2","Nlines": 23}
{"command": "java -Djava.awt.headless=true -cp $HAPISERVER_BIN_DIR/autoplot.jar org.autoplot.AutoplotDataServer --uri=http://autoplot.org/data/autoplot.cdf?BGSM -f hapi-data | python lib/subset.py --start 2006-01-01T00:00:00.000Z --stop 2006-01-01T23:00:00.000Z --columns 1,2","Nlines": 23}
],
"testurls": [
{"url": "${server}/data?id=ACE&parameters=Bx__GSM_&time.min=2006-01-01T00:00:00.000Z&time.max=2006-01-02T00:00:00.000Z&attach=false","Nlines": 24}
Expand All @@ -13,7 +13,7 @@
[
{
"id": "ACE",
"info": "java -Djava.awt.headless=true -cp $(HAPISERVER_BIN_DIR)/autoplot.jar org.autoplot.AutoplotDataServer --uri='http://autoplot.org/data/autoplot.cdf?BGSM' -f hapi-info"
"info": "java -Djava.awt.headless=true -cp $HAPISERVER_BIN_DIR/autoplot.jar org.autoplot.AutoplotDataServer --uri='http://autoplot.org/data/autoplot.cdf?BGSM' -f hapi-info"
}
]
}

0 comments on commit 12b323d

Please sign in to comment.