Argh neeed that trailing \
authorDan Scott <dscott@laurentian.ca>
Mon, 6 Mar 2017 00:20:03 +0000 (19:20 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 6 Mar 2017 00:20:03 +0000 (19:20 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
installer/jessie/eg_jessie_installer.sh
installer/wheezy/eg_wheezy_installer.sh

index d8c57e8..0c175b4 100755 (executable)
@@ -447,7 +447,7 @@ function configure_database {
         && unzip pgtap-$PG_TAP_VER.zip \
         && cd pgtap-$PG_TAP_VER \
         && make \
-        && make installcheck
+        && make installcheck \
         && make install
         echo 'CREATE EXTENSION pgtap;' | su - postgres -c "psql evergreen"
     fi;
index a33a132..cf41962 100755 (executable)
@@ -455,7 +455,7 @@ function configure_database {
         && unzip pgtap-$PG_TAP_VER.zip \
         && cd pgtap-$PG_TAP_VER \
         && make \
-        && make installcheck
+        && make installcheck \
         && make install
         echo 'CREATE EXTENSION pgtap;' | su - postgres -c "psql evergreen"
     fi;