Navigation Menu

Skip to content

Commit

Permalink
fix echo-cutter Makefile path.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 1, 2011
1 parent 6289ca0 commit 6525068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-unit-test.sh
Expand Up @@ -8,7 +8,7 @@ if test -z "$NO_MAKE"; then
fi

if test -z "$CUTTER"; then
CUTTER="`make -s -C $BASE_DIR echo-cutter`"
CUTTER="`make -s -C $top_dir echo-cutter`"
fi
export CUTTER

Expand Down

0 comments on commit 6525068

Please sign in to comment.