diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-12-21 20:57:09 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-12-21 20:57:09 +0100 |
commit | 6605810da359b36f22ae3ee3f0a4ffa9eb1aa33d (patch) | |
tree | 5173b535c2853de329d2a67cd2f47038e3460e0c /upgpkg | |
parent | e9815a7602bc4ad1a3b3624b5d695de459132269 (diff) | |
download | bin-6605810da359b36f22ae3ee3f0a4ffa9eb1aa33d.tar.gz bin-6605810da359b36f22ae3ee3f0a4ffa9eb1aa33d.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'upgpkg')
-rwxr-xr-x | upgpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ if [ -f "upgpkg" ]; then fi for i in $gpgsource; do - sigfile="$(basename "$i")" + sigfile="${i##*/}" if [[ $sigfile != $i ]]; then wget -nv -O "$sigfile" "$i" fi |