From 5568c30f0a4fe346b8ed58934c23653064427d65 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 18 Jun 2015 17:37:35 -0700 Subject: ao-bringup: Make turnon_easymega run without 'make install' Use relative paths for all altos tools Signed-off-by: Keith Packard --- ao-bringup/test-easymega | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ao-bringup/test-easymega') diff --git a/ao-bringup/test-easymega b/ao-bringup/test-easymega index 76f3effb..2f0a7822 100755 --- a/ao-bringup/test-easymega +++ b/ao-bringup/test-easymega @@ -12,7 +12,7 @@ echo "\t$PRODUCT v$VERSION powered from USB" echo ret=1 -ao-list | while read product serial dev; do +../ao-tools/ao-list/ao-list | while read product serial dev; do case "$product" in "$PRODUCT-v$VERSION") -- cgit v1.2.3