aboutsummaryrefslogtreecommitdiffhomepage
path: root/tgzsrc
diff options
context:
space:
mode:
Diffstat (limited to 'tgzsrc')
-rw-r--r--tgzsrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tgzsrc b/tgzsrc
index e4a599203..a4d4ee084 100644
--- a/tgzsrc
+++ b/tgzsrc
@@ -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