hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

Wrong license creation produced invalid js files within build folder. #152

Closed ghost closed 10 years ago

ghost commented 10 years ago

There are 3 different points within version.compile.sh and version.compile.pack.sh where license is create as follows:

echo "/_" >> "${FILE_CAAT}" cat LICENSE >> "${FILE_CAAT}" echo "\nVersion: ${VERSION}\n" >> "${FILE_CAAT}" echo "Created on:" >> "${FILE_CAAT}" date "+DATE: %Y-%m-%d%nTIME: %H:%M:%S" >> "${FILECAAT}" echo "\n\n" >> "${FILE_CAAT}"

Please note that last line contains new lines \n\n out of comment *\ block, which should be placed within comments.

hyperandroid commented 10 years ago

Fixed. Thanks.