summaryrefslogtreecommitdiff
path: root/ao-bringup/test-easymega
diff options
context:
space:
mode:
authorKeith Packard <keithp@aimi.keithp.com>2015-06-18 17:37:35 -0700
committerKeith Packard <keithp@aimi.keithp.com>2015-06-18 17:37:35 -0700
commit5568c30f0a4fe346b8ed58934c23653064427d65 (patch)
tree6cd7be82de3d139acd6f9c3c90360958f664a486 /ao-bringup/test-easymega
parent6cf27ddd5e84824610d6a0bcbb81ba4626b71409 (diff)
ao-bringup: Make turnon_easymega run without 'make install'
Use relative paths for all altos tools Signed-off-by: Keith Packard <keithp@aimi.keithp.com>
Diffstat (limited to 'ao-bringup/test-easymega')
-rwxr-xr-xao-bringup/test-easymega2
1 files changed, 1 insertions, 1 deletions
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")