diff scripts/build_pd_heavy.sh @ 447:86591d203c78 prerelease

Updated scripts to use "." instead of source, for sh compatibility
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 19 Jun 2016 16:33:05 +0100
parents 2b09be3fb0f2
children d9a4fc5357e7
line wrap: on
line diff
--- a/scripts/build_pd_heavy.sh	Sun Jun 19 12:43:43 2016 +0100
+++ b/scripts/build_pd_heavy.sh	Sun Jun 19 16:33:05 2016 +0100
@@ -21,7 +21,8 @@
 RUN_WITHOUT_SCREEN=1
 BELA_PYTHON27=
 
-source .bela_common || exit 1
+. ./.bela_common || exit 1
+
 if [ -z "$BELA_PYTHON27" ]; then
     for PY in python python2.7 ; do
         python --version 2>&1 | grep "2\.7" >/dev/null 2>&1