Queer European MD passionate about IT
Ver Fonte

Declare packenv variable

Davte há 4 anos atrás
pai
commit
946e2a881f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      update_package.sh

+ 1 - 0
update_package.sh

@@ -2,6 +2,7 @@
 
 # Get current directory
 this_script_directory=$(cd "$(dirname "$0")" && pwd)
+packenv="";
 
 # Python virtual environment directory: packenv variable in my_config.sh
 source $this_script_directory/my_config.sh;