diff options
author | nyamatongwe <devnull@localhost> | 2000-03-20 13:14:54 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-03-20 13:14:54 +0000 |
commit | d871b469edb20ba7b95194721e39e48918b69c32 (patch) | |
tree | 1ef62730d269af7e64d9cad858630faf13f856de | |
parent | 6fe655e0dbf2a8fe7823e14339146940593349d8 (diff) | |
download | scintilla-mirror-d871b469edb20ba7b95194721e39e48918b69c32.tar.gz |
Made binary so no \r creep in.
-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 |