Commit 74605f2f authored by Michal Čihař's avatar Michal Čihař

Improve diff after setup to only list missing files

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b45678d2
......@@ -19,5 +19,5 @@ check
INSTALLED_DIR=`find $INSTALL_DIR -name '*-packages' -type d`
BIN_DIR=`find $INSTALL_DIR -name 'bin' -type d`
diff -ruNp weblate/html $INSTALLED_DIR/weblate/html
diff -ruNqp -x '*.swp' -x '*.pyc' weblate $INSTALLED_DIR/weblate
check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment