]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- In function install_required_packages() fixed s/exit/return
authoryoshi <yoshi@pld-linux.org>
Fri, 5 Dec 2003 14:55:30 +0000 (14:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.233

builder.sh

index ffa1df6085d6b3d3058dfcf3bf0a487614de87c2..c01f6df3fc7c8307d5ed8c34abec14621c72e4f8 100644 (file)
@@ -798,7 +798,7 @@ nourl()
 install_required_packages()
 {
        poldek -i $package
-       exit $?
+       return $?
 }
 
 set_bconds_values()
This page took 2.922551 seconds and 4 git commands to generate.