9
0
Fork 0

file extension should be .gz not .bz2

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@265 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2007-06-06 23:51:21 +00:00
parent 741ac2aec5
commit b77b22759c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if [ ! -d ${NUTTXDIR} ] ; then
fi
TAR_NAME=nuttx-${DATECODE}.tar
ZIP_NAME=${TAR_NAME}.bz2
ZIP_NAME=${TAR_NAME}.gz
# Prepare the nuttx directory -- Remove editor garbage