Use POSIX format for source
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
PURPLE='\033[0;35m'
|
PURPLE='\033[0;35m'
|
||||||
NC='\033[0m' # No Color
|
NC='\033[0m' # No Color
|
||||||
|
|
||||||
source "${VIRTUAL_ENV}/bin/activate"
|
. "${VIRTUAL_ENV}/bin/activate"
|
||||||
|
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
PURPLE='\033[0;35m'
|
PURPLE='\033[0;35m'
|
||||||
NC='\033[0m' # No Color
|
NC='\033[0m' # No Color
|
||||||
|
|
||||||
source "${VIRTUAL_ENV}/bin/activate"
|
. "${VIRTUAL_ENV}/bin/activate"
|
||||||
|
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user