Browse Source

test-cli: fix alpha case.

The output of grep confuses the scripts.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 9 years ago
parent
commit
186736050f
  1. 2
      test-cli/scripts/vars.sh

2
test-cli/scripts/vars.sh

@ -1,6 +1,6 @@
# Sourced by other scripts
if grep ^FEATURES.*ALPHA ../Makefile; then
if grep -q ^FEATURES.*ALPHA ../Makefile; then
STYLE=alpha
DATADIR=$HOME/.alpha
REGTESTDIR=alpharegtest

Loading…
Cancel
Save