Skip to content

Commit 6e57998

Browse files
committed
空个人问题
1 parent 479923c commit 6e57998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -d ~/.env ]; then
55
export PATH=$PATH:~/.env/tools/scripts
66
sed -i -e 's/CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=y/CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=n/g' /env/tools/scripts/cmds/.config
77

8-
if [-f SConstruct]; then
8+
if [ -f SConstruct ]; then
99
pkgs --printenv
1010
pkgs --list
1111
pkgs --update

0 commit comments

Comments
 (0)