White space cleanups.

This commit is contained in:
Jan Vidar Krey 2009-03-24 18:39:39 +01:00
parent 0042344054
commit dfd2191103
1 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ function export_sources
rm -Rf ${PACKAGE}/admin rm -Rf ${PACKAGE}/admin
package_zips ${PACKAGE_SRC} ${PACKAGE} package_zips ${PACKAGE_SRC} ${PACKAGE}
rm -Rf ${PACKAGE}; rm -Rf ${PACKAGE};
cp ChangeLog ChangeLog-${VERSION} cp ChangeLog ChangeLog-${VERSION}
} }
@ -97,7 +97,7 @@ function build_binaries
if [ ! -x ${PACKAGE}/${BINARY} ]; then if [ ! -x ${PACKAGE}/${BINARY} ]; then
echo "Build failed, no binary found..." echo "Build failed, no binary found..."
exit 1 exit 1
fi fi
} }
function export_binaries function export_binaries
@ -116,7 +116,7 @@ function export_binaries
rm -f ${PACKAGE}/libuhub* rm -f ${PACKAGE}/libuhub*
package_zips ${PACKAGE_BIN} ${PACKAGE} package_zips ${PACKAGE_BIN} ${PACKAGE}
rm -Rf ${PACKAGE}; rm -Rf ${PACKAGE}
} }
function upload_pkg function upload_pkg