mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
work around more license formatting issues
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
957746875d
commit
8c415a0b2f
1
licensing/.dockerignore
Normal file
1
licensing/.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
output/
|
@ -34,7 +34,9 @@ do
|
||||
if [ ! -d "$srcdir"/$pkgname-$pkgver ]
|
||||
then
|
||||
mkdir -p "$srcdir"/$pkgname-$pkgver
|
||||
while read f
|
||||
while read ff
|
||||
do
|
||||
for f in $ff
|
||||
do
|
||||
if [ -n "$(echo $f | tr -d '[[:space:]]')" ]
|
||||
then
|
||||
@ -49,6 +51,7 @@ do
|
||||
cd -
|
||||
fi
|
||||
fi
|
||||
done
|
||||
done <<< "$source"
|
||||
fi
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user