]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- Fixed typo causing:
authoryoshi <yoshi@pld-linux.org>
Thu, 25 Dec 2003 12:02:16 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  ./builder[131]: syntax error: `)' unexpected

Changed files:
    builder.sh -> 1.239

builder.sh

index 2113b99d88e4903f780d8dcd2936c4025fb7b529..6fbd12caee4c4135c87469f7b6bade3c61f84351 100644 (file)
@@ -128,7 +128,7 @@ fi
 # Example grep cvs /etc/poldek.conf:
 # source = cvs /home/users/yoshi/rpm/RPMS/
 if [ "$UPDATE_POLDEK_INDEXES" = "yes" ]; then
-       poldek -l -n ${POLDEK_SOURCE} >/dev/null)
+       poldek -l -n ${POLDEK_SOURCE} >/dev/null
        if [ ! "$?" == "0" ]; then 
                echo "Using improper source '${POLDEK_SOURCE}' in /etc/poldek.conf"
                echo "Fix it and try to continue"
This page took 0.043812 seconds and 4 git commands to generate.