From 769e9284d4a6a952e4f0bbde5e9120fcb423c570 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Tue, 12 Mar 2019 22:27:52 -0400
Subject: ob_reduce_deps(): Replace echo with printf

---
diff --git a/lib/deps.sh b/lib/deps.sh
index 5ccaef7..64553aa 100644
--- a/lib/deps.sh
+++ b/lib/deps.sh
@@ -279,7 +279,7 @@ ob_reduce_deps()
 	done
 	unset IFS
 
-	echo "${dep_list}"
+	printf '%s' "${dep_list}"
 
 	return 0
 }
--
cgit v0.9.1