diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 15:00:45 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 15:00:45 -0500 |
commit | b28e0403d42c1c5da7abde57ad69673140084f0b (patch) | |
tree | 54292523d044e7127fefbc32c0843cc461abb90a | |
parent | ff1baad018f837ac813b460447f0be85c3bdd4d6 (diff) |
* corrected _pkg_build function
-rwxr-xr-x | fullpkg-ng | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,6 +173,7 @@ function find_deps { } function _pkg_build () { + cd ${build_dir} > /dev/null # Exit loop on Ctrl+C trap "break" INT # Remove from queue package being built on error @@ -331,7 +332,6 @@ find_deps || { ## START Building msg "Building packages:" -cd ${build_dir} > /dev/null [ ! -w $queue_file ] && error "can't write queue file" _pkg_build |