diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 12:27:35 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 12:27:35 -0400 |
commit | 457e2b0ab0870e19bcf9bdcdd88a2c338cc3bfd3 (patch) | |
tree | 44f4a8c044269c2e12b91c14287ce6e08a89ec0c /db-list-unsigned-packages | |
parent | 7d061a7e0faa365ae2448154c010eed26409713d (diff) |
use tab indent
Diffstat (limited to 'db-list-unsigned-packages')
-rwxr-xr-x | db-list-unsigned-packages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db-list-unsigned-packages b/db-list-unsigned-packages index f593686..c88203b 100755 --- a/db-list-unsigned-packages +++ b/db-list-unsigned-packages @@ -33,6 +33,6 @@ shift for repo in "${PKGREPOS[@]}" do - db="${FTP_BASE}/${repo}/os/${arch}/${repo}.db" - [ -f "$db" ] && "$(dirname "$(readlink -e "$0")")/db-list-unsigned-packages.py" "$repo" "$@" < "$db" + db="${FTP_BASE}/${repo}/os/${arch}/${repo}.db" + [ -f "$db" ] && "$(dirname "$(readlink -e "$0")")/db-list-unsigned-packages.py" "$repo" "$@" < "$db" done |