From 8fc0346a821d144d7073a68d76eb8dcf90deb59c Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Feb 2008 15:35:40 +0000 Subject: Script clobbered pascal test file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@638 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/pashello/mkhello.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/examples/pashello/mkhello.sh') 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 -- cgit v1.2.3