diff options
Diffstat (limited to 'tgzsrc')
| -rw-r--r-- | tgzsrc | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -1,5 +1,4 @@  cd ..  rm -f scintilla.tgz -tar --create scintilla/* \ -	--exclude=*.o --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a \ +tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \  	| gzip -c >scintilla.tgz | 
