diff options
| author | Keith Packard <keithp@aimi.keithp.com> | 2015-06-18 17:37:35 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@aimi.keithp.com> | 2015-06-18 17:37:35 -0700 |
| commit | 5568c30f0a4fe346b8ed58934c23653064427d65 (patch) | |
| tree | 6cd7be82de3d139acd6f9c3c90360958f664a486 /ao-bringup/test-easymega | |
| parent | 6cf27ddd5e84824610d6a0bcbb81ba4626b71409 (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-x | ao-bringup/test-easymega | 2 |
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") |
