]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- syntax compatible with sh
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Dec 2006 19:46:54 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.16

rpm-build.sh

index e46f84b1de2a3aec8e3107e464becb988331beab..ee221d1778844e97bba76a5836579d397048eb59 100644 (file)
@@ -12,7 +12,7 @@ alias $dist-provides="$dist what-provides"
 alias $dist-tag="./builder -cf -T $(echo $dist | tr '[a-z]' '[A-Z]')-branch -r HEAD"
 alias $dist-verify=dist-verify
 
-function dist-verify() {
+dist-verify() {
        poldek --sn $dist --sn $dist-ready --up
        poldek --sn $dist --sn $dist-ready --verify=deps
 }
This page took 0.259174 seconds and 4 git commands to generate.