diff options
author | Philip Balister <philip@opensdr.com> | 2010-04-13 16:37:22 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-04-13 16:37:22 +0000 |
commit | b59c54e334dfc1c6ab7da81c62038444f93efe61 (patch) | |
tree | 1d0de4acef933e35078ac81071a3c23fc0bbf5e4 /host/apps | |
parent | 50780640a1b9ed6abb2abebbc727ce19711fbcb4 (diff) | |
download | uhd-b59c54e334dfc1c6ab7da81c62038444f93efe61.tar.gz uhd-b59c54e334dfc1c6ab7da81c62038444f93efe61.tar.bz2 uhd-b59c54e334dfc1c6ab7da81c62038444f93efe61.zip |
Fix typo.
Diffstat (limited to 'host/apps')
-rwxr-xr-x | host/apps/omap_debug/fetch-kernel.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/apps/omap_debug/fetch-kernel.sh b/host/apps/omap_debug/fetch-kernel.sh index f32666adf..a3cddb339 100755 --- a/host/apps/omap_debug/fetch-kernel.sh +++ b/host/apps/omap_debug/fetch-kernel.sh @@ -2,5 +2,6 @@ if [ $GHQ]; then scp $GHQ_USER@astro:/workspace/usrp1-e-dev/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage else scp balister@192.168.1.167:src/git/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage +fi sync |