]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typos
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Oct 2007 23:22:19 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.35

rpm-build.sh

index 11da29049405e36933f4e6f8375bc3202d3a3b07..f80b2f12f236d20cd2af856dd3c5569d650f25aa 100644 (file)
@@ -32,7 +32,7 @@ specutfundo() {
 dist-verify() {
        case "$dist" in
        ac)
-               local a ignores
+               local a ignore
                # typo
                ignore="$ignore kdenetwork-kopete-tool-conectionstatus"
                # obsoleted
@@ -40,7 +40,7 @@ dist-verify() {
                # quake2@MAIN is now quake2forge, original quake2 restored to quake2
                ignore="$ignore quake2-3dfx quake2-sdl quake2-sgl quake2-snd-alsa quake2-snd-ao quake2-snd-oss quake2-snd-sdl quake2-static"
 
-               for a in $ignores; do
+               for a in $ignore; do
                        args="$args --ignore=$a"
                done
                ;;
This page took 0.042899 seconds and 4 git commands to generate.