index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-04-05 17:13:12 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-04-07 22:38:34 +1000 |
commit | 8aa2a48fc34bb55ee620c0eec4855c62d91ef97b (patch) | |
tree | d736ef214cc0c440945eb688642f80a9fee65758 /scripts | |
parent | 90600583930b1a99436673d6247d04e7237286c0 (diff) |
-rw-r--r-- | scripts/libmakepkg/util/source.sh.in | 2 |
diff --git a/scripts/libmakepkg/util/source.sh.in b/scripts/libmakepkg/util/source.sh.in index 40c14a0c..444f8614 100644 --- a/scripts/libmakepkg/util/source.sh.in +++ b/scripts/libmakepkg/util/source.sh.in @@ -58,7 +58,7 @@ get_filename() { # if a filename is specified, use it if [[ $netfile = *::* ]]; then - printf "%s\n" ${netfile%%::*} + printf "%s\n" "${netfile%%::*}" return fi |