From 6a1597dda1f4c5409493d3d13c1073b71bfa236d Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Sat, 17 Mar 2018 17:41:01 +0000
Subject: [PATCH] Former-commit-id: 3cefa797355a4ef6d1a73150a93937f00c8c6059

---
 get-peasoup-packages.sh   | 2 +-
 ubuntu16_files/install.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/get-peasoup-packages.sh b/get-peasoup-packages.sh
index 70591d172..c7b99dfb0 100755
--- a/get-peasoup-packages.sh
+++ b/get-peasoup-packages.sh
@@ -61,7 +61,7 @@ if [[ $args = "" ]]; then
 	args="all"
 fi
 
-for arg in args; do
+for arg in $args; do
     case $arg in
     all)
 	install_packs $ALL_PKGS
diff --git a/ubuntu16_files/install.sh b/ubuntu16_files/install.sh
index 989b8599c..d4729763d 100755
--- a/ubuntu16_files/install.sh
+++ b/ubuntu16_files/install.sh
@@ -14,7 +14,7 @@ main()
 		coreutils
 		postgresql
 		postgresql-client
-		libpqxx-3.1
+		libpqxx-4.0
 		python
 		"
 
-- 
GitLab