]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- dumb CVS!!! don't expand these regexps as keyword!!!
authorpawelz <pawelz@pld-linux.org>
Tue, 20 Apr 2010 12:30:54 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    update.sh -> 1.6

update.sh

index e044d21f65c81df0b71850a91efab33229c6322b..3f6109330595d6b6355e5d48d84a20da851dcdf1 100644 (file)
--- a/update.sh
+++ b/update.sh
@@ -81,7 +81,7 @@ done
 LOG=""
 msg "Checking wich files need update."
 for I in 0 1 2 3; do
-       if [ "$(diff -I'$Id$Revision: ' -q ../${src[$I]} ${dst[$I]})" ]; then
+       if [ "$(diff -I'$Id[:] ' -I'$Revision[:] ' ../${src[$I]} ${dst[$I]})" ]; then
          cat ../${src[$I]} > ${dst[$I]}
                LOG="$LOG- ${dst[$I]} up to ${rev[$I]}\n"
        fi
This page took 0.025754 seconds and 4 git commands to generate.