Merge branch 'fix-standalone_executable' into feature-lxc

fix-standalone_executable
This commit is contained in:
6543
2018-05-11 00:06:48 +02:00
20 changed files with 35 additions and 52 deletions

View File

@ -14,7 +14,7 @@ function check_dependency() {
return 0
}
#this func is standalone executable
[ -n "$1" ] && {
echo param
$1
check_dependency $@
}