mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed bug with creating release source_version
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
function run {
|
||||
echo "[RUN] $@"
|
||||
"$@"
|
||||
RES=$?
|
||||
if [[ $RES -ne 0 ]];
|
||||
|
||||
Reference in New Issue
Block a user