Remove trailing whitespace
This commit is contained in:
parent
baab5b53e0
commit
9793d94206
|
@ -16,8 +16,8 @@ build_linux() {
|
||||||
ls -l shellcheck
|
ls -l shellcheck
|
||||||
./shellcheck myscript
|
./shellcheck myscript
|
||||||
for tag in $TAGS
|
for tag in $TAGS
|
||||||
do
|
do
|
||||||
cp "shellcheck" "deploy/shellcheck-$tag.linux-x86_64";
|
cp "shellcheck" "deploy/shellcheck-$tag.linux-x86_64";
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ build_armv6hf() {
|
||||||
# Linux armv6hf static executable
|
# Linux armv6hf static executable
|
||||||
docker run -v "$PWD:/mnt" koalaman/armv6hf-builder -c 'compile-shellcheck'
|
docker run -v "$PWD:/mnt" koalaman/armv6hf-builder -c 'compile-shellcheck'
|
||||||
for tag in $TAGS
|
for tag in $TAGS
|
||||||
do
|
do
|
||||||
cp "shellcheck" "deploy/shellcheck-$tag.linux-armv6hf";
|
cp "shellcheck" "deploy/shellcheck-$tag.linux-armv6hf";
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,8 +44,8 @@ build_windows() {
|
||||||
# Windows .exe
|
# Windows .exe
|
||||||
docker run -v "$PWD:/appdata" koalaman/winghc cuib
|
docker run -v "$PWD:/appdata" koalaman/winghc cuib
|
||||||
for tag in $TAGS
|
for tag in $TAGS
|
||||||
do
|
do
|
||||||
cp "dist/build/ShellCheck/shellcheck.exe" "deploy/shellcheck-$tag.exe";
|
cp "dist/build/ShellCheck/shellcheck.exe" "deploy/shellcheck-$tag.exe";
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ build_osx() {
|
||||||
[[ -e "$path" ]]
|
[[ -e "$path" ]]
|
||||||
|
|
||||||
for tag in $TAGS
|
for tag in $TAGS
|
||||||
do
|
do
|
||||||
cp "$path" "deploy/shellcheck-$tag.darwin-x86_64";
|
cp "$path" "deploy/shellcheck-$tag.darwin-x86_64";
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue