summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/abuild.in b/abuild.in
index 6e06f29..265c299 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1944,10 +1944,10 @@ parse_aports_makedepends() {
echo "d ${j%%:*}"
continue
fi
- echo -n "d ${j%%:*} $1"
+ printf '%s' "d ${j%%:*} $1"
shift
while [ $# -gt 0 ]; do
- echo -n ",$1"
+ printf '%s' ",$1"
shift
done
echo