Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/scripts/libmakepkg/util/source.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/libmakepkg/util/source.sh.in')
-rw-r--r--scripts/libmakepkg/util/source.sh.in2
1 files changed, 1 insertions, 1 deletions
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