mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[ci,nightly] fix braces in create_deb.sh
This commit is contained in:
@@ -6,7 +6,7 @@ SCRIPT_PATH=$(realpath "$SCRIPT_PATH")
|
||||
BUILD_DEPS=$(/usr/bin/which dpkg-checkbuilddeps)
|
||||
BUILD_PKG=$(/usr/bin/which dpkg-buildpackage)
|
||||
|
||||
if [ -z "$BUILD_DEPS" || -z "$BUILD_PKG" ];
|
||||
if [ -z "$BUILD_DEPS" ] || [ -z "$BUILD_PKG" ];
|
||||
then
|
||||
echo "dpkg-buildpackage [$BUILD_PKG] and dpkg-checkbuilddeps [$BUILD_DEPS] required"
|
||||
echo "Install with 'sudo apt install dpkg-dev'"
|
||||
|
||||
Reference in New Issue
Block a user