Align outputs
This commit is contained in:
parent
2d5608dbea
commit
45f33551c4
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ destdir="${2}"
|
|||
##
|
||||
# main
|
||||
cd "${target}"
|
||||
echo -n "install "
|
||||
echo -n "install "
|
||||
find . \
|
||||
-type f \
|
||||
! -name ".git" \
|
||||
|
|
|
@ -9,7 +9,7 @@ destdir="${2}"
|
|||
##
|
||||
# main
|
||||
cd "${target}"
|
||||
echo -n "mkdir "
|
||||
echo -n "mkdir "
|
||||
find . \
|
||||
! -name ".git" \
|
||||
-type d \
|
||||
|
|
Loading…
Reference in a new issue