mirror of
https://github.com/facebook/zstd.git
synced 2025-10-20 00:04:34 -04:00
[shellcheck] setting if unset
This commit is contained in:
parent
151deaf143
commit
b0f851675a
@ -78,6 +78,11 @@ println() {
|
|||||||
printf '%b\n' "${*}"
|
printf '%b\n' "${*}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ -z "${size}" ]; then
|
||||||
|
size=
|
||||||
|
else
|
||||||
|
size=${size}
|
||||||
|
fi
|
||||||
|
|
||||||
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
|
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
|
||||||
PRGDIR="$SCRIPT_DIR/../programs"
|
PRGDIR="$SCRIPT_DIR/../programs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user