summaryrefslogtreecommitdiff
path: root/nuttx/examples/pashello/mkhello.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 15:35:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 15:35:40 +0000
commit8fc0346a821d144d7073a68d76eb8dcf90deb59c (patch)
treec84ffa53f23bae04514902362526b72777de519b /nuttx/examples/pashello/mkhello.sh
parentbb5ede8152f14cc757ff4ee6f44ff3128c3ff144 (diff)
downloadpx4-nuttx-8fc0346a821d144d7073a68d76eb8dcf90deb59c.tar.gz
px4-nuttx-8fc0346a821d144d7073a68d76eb8dcf90deb59c.tar.bz2
px4-nuttx-8fc0346a821d144d7073a68d76eb8dcf90deb59c.zip
Script clobbered pascal test file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@638 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/pashello/mkhello.sh')
-rwxr-xr-xnuttx/examples/pashello/mkhello.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/pashello/mkhello.sh b/nuttx/examples/pashello/mkhello.sh
index 7dfa6bbab..c2656344c 100755
--- a/nuttx/examples/pashello/mkhello.sh
+++ b/nuttx/examples/pashello/mkhello.sh
@@ -130,7 +130,7 @@ function test_hello ()
function make_include ()
{
- xxd -i hello.pex >hello.pas
+ xxd -i hello.pex >hello.h
}
sanity_check