diff options
author | nyamatongwe <unknown> | 2000-03-20 13:14:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-20 13:14:54 +0000 |
commit | 9daea82c818ca33e1a8a9363f71a838443476d40 (patch) | |
tree | 1ef62730d269af7e64d9cad858630faf13f856de /tgzsrc | |
parent | 63f1655f33aacdb4e7dcd7643bb7d48d9adbc2f5 (diff) | |
download | scintilla-mirror-9daea82c818ca33e1a8a9363f71a838443476d40.tar.gz |
Made binary so no \r creep in.
Diffstat (limited to 'tgzsrc')
-rw-r--r-- | tgzsrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ cd .. -rm -f scintilla.zip +rm -f scintilla.tgz tar --create scintilla/* \ --exclude=*.o --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a \ | gzip -c >scintilla.tgz |