We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479923c commit 6e57998Copy full SHA for 6e57998
entrypoint.sh
@@ -5,7 +5,7 @@ if [ ! -d ~/.env ]; then
5
export PATH=$PATH:~/.env/tools/scripts
6
sed -i -e 's/CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=y/CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=n/g' /env/tools/scripts/cmds/.config
7
8
-if [-f SConstruct]; then
+if [ -f SConstruct ]; then
9
pkgs --printenv
10
pkgs --list
11
pkgs --update
0 commit comments