git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30780
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if test $archtype = tar ; then
tar czf ../archives/wx-mk-${format}-${CURDATE}.tar.gz $files
elif test $archtype = zip ; then
if test $archtype = tar ; then
tar czf ../archives/wx-mk-${format}-${CURDATE}.tar.gz $files
elif test $archtype = zip ; then
- zip -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files
+ zip -l -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files
+ # (-l translates to DOS line endings)