diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-02-04 12:57:43 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-02-04 12:57:43 -0300 |
commit | d9e8d78e09bed97b77bf05626ff91ec77a8f1f3a (patch) | |
tree | 4ca14452e24092dbf39cba174d5169254571a404 | |
parent | 7887f99d234b4c88c3833c294869e307d2757787 (diff) |
Removed debug setting
-rwxr-xr-x | is_built | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -15,11 +15,9 @@ while getopts 'h' arg; do esac done -set -x - ver=${2} pkg=${1} -pver=$(LC_ALL=C pacman -Sdp --print-format "%v" "${pkg}" 2>/dev/null) +pver=$(LC_ALL=C pacman -Sddp --print-format "%v" "${pkg}" 2>/dev/null) # if pacman fails or returns nothing r=$? |