1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

apply code review changes

This commit is contained in:
Martin Zuther
2019-12-30 00:11:36 +01:00
parent 9c9a750009
commit 499837bd80
4 changed files with 8 additions and 10 deletions

2
yadm
View File

@@ -1837,7 +1837,7 @@ function auto_bootstrap() {
function join_string {
local IFS="$1"
echo "${*:2}"
printf "%s" "${*:2}"
}
# ****** Prerequisites Functions ******