diff options
author | Peter Jones <pjones@redhat.com> | 2008-02-08 14:58:26 -0500 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2008-02-08 14:58:26 -0500 |
commit | 36e6679eb09bd93782098f653771e75939313c72 (patch) | |
tree | 315b605a3a348e2987b754d1a8a5c5f6f79a7788 /scripts | |
parent | ee6b38a9d11b8737f692aa5f954ac198bf4c46f1 (diff) | |
download | librpm-tizen-36e6679eb09bd93782098f653771e75939313c72.tar.gz librpm-tizen-36e6679eb09bd93782098f653771e75939313c72.tar.bz2 librpm-tizen-36e6679eb09bd93782098f653771e75939313c72.zip |
Don't add syntax errors while I add sorting...
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gendiff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gendiff b/scripts/gendiff index 5970c02b3..d9b0c2148 100644 --- a/scripts/gendiff +++ b/scripts/gendiff @@ -10,7 +10,7 @@ : ${GENDIFF_DIFF_ARGS:=-up} : ${GENDIFF_DIFF_CHANGELOG_ARGS:=-U0} -find $1 \( -name "*$2" -o -name ".*$2" \) -print | sort +find $1 \( -name "*$2" -o -name ".*$2" \) -print | sort | while read f; do U="${GENDIFF_DIFF_ARGS}" [ "`basename $f`" = "ChangeLog$2" ] && U="${GENDIFF_DIFF_CHANGELOG_ARGS}" |