summaryrefslogtreecommitdiffstats
path: root/src/install.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 22:44:41 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 22:44:41 (EDT)
commit74c9ce7a820df0033b254a77142dd5174db7b0f2 (patch)
tree9c614b716dc7d42ce6385635b96258e1e7add0d5 /src/install.sh
parent04d55483432e26ea5f386db3791e748409676e23 (diff)
install_find_pkgs(): Fix "printf: Illegal option --"
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index e5cdcf2..4486103 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -158,7 +158,7 @@ install_find_pkgs()
IFS="${LF}"
printf 'K: %s\n' ${root_key} >&${cert_fd}
unset IFS
- printf '---' >&${cert_fd}
+ printf '%s' '---' >&${cert_fd}
fclose ${cert_fd}
dl_func=feed_download_cert
else