summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-05-21 20:11:33 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-05-21 20:11:33 -0300
commit6f527150160536dc009c0a81b3ba316c39565315 (patch)
tree642db6c431caddccc6f6a69af4bfd865e390e6e2
parent88ca124be3409da7d95bae66dc1ca8bcd53bc853 (diff)
downloadqtdeclarative-6f527150160536dc009c0a81b3ba316c39565315.tar.gz
Orig should go first :)
-rwxr-xr-xdebian/mark_private_symbols.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index 2360130..975f412 100755
--- a/debian/mark_private_symbols.sh
+++ b/debian/mark_private_symbols.sh
@@ -57,5 +57,5 @@ grep -rh class ${PRIVATE_HEADERS} |
# Diff the symbols files and output it's differences.
for symbols_file in `ls debian/*.symbols`
do
- diff -Nau $symbols_file $symbols_file.orig
+ diff -Nau $symbols_file.orig $symbols_file
done