[PATCH lkp-tests] sbin/install-dependencies.sh: delete redundant code

8 Feb
2021
8 Feb
'21
5:38 p.m.
write_shell_profile function will source profile, no need source twice Signed-off-by: Wang Yong <wangyong0117@qq.com> --- sbin/install-dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/install-dependencies.sh b/sbin/install-dependencies.sh index ed8aeb927..b687dc0d6 100755 --- a/sbin/install-dependencies.sh +++ b/sbin/install-dependencies.sh @@ -65,7 +65,6 @@ set_env() write_host write_shell_profile "export LKP_SRC=$PWD" write_shell_profile "export PATH=\$PATH:\$LKP_SRC/sbin:\$LKP_SRC/bin" - source $(shell_profile) } set_env -- 2.23.0
1589
Age (days ago)
1589
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wang Yong