diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-21 11:16:42 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-21 11:16:42 -0300 |
commit | 0985429b68d8da1016bf4a84b2a2d32fb8c3027c (patch) | |
tree | 67969e3a9b185548772593818e29b81546bb3e5a /fullpkg | |
parent | 918e09f1a47dc3d23440f08a91d91d31d62dcb5a (diff) |
Merging fullpkg
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -19,14 +19,6 @@ usage() { } -# Finds a PKGBUILD on toru's path cache -# Look in all caches but pick the first one -# TODO move to a toru flag (-p?) -where_is() { - grep -m1 "^${1}:" "${TORUPATH}/paths" 2>/dev/null| \ - cut -d: -f2 2>/dev/null -} - while getopts 'haA:l:nm:' arg; do case "$arg" in h) usage ;; |