1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Ignore scss-files when taring the files.tar

This commit is contained in:
Tim Düsterhus 2012-01-07 16:31:20 +01:00
parent 908847c919
commit 8405a4f31b

View File

@ -47,7 +47,7 @@
EOT; EOT;
chdir('file'); chdir('file');
passthru('tar cvf ../file.tar * --exclude=*.coffee', $code); passthru('tar cvf ../file.tar * --exclude=*.coffee --exclude=*.scss', $code);
if ($code != 0) exit($code); if ($code != 0) exit($code);
echo <<<EOT echo <<<EOT