mirror of https://github.com/FreeRDP/FreeRDP
Fixed bug with creating release source_version
This commit is contained in:
parent
f3fc2b7096
commit
5490ce5099
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
function run {
|
||||
echo "[RUN] $@"
|
||||
"$@"
|
||||
RES=$?
|
||||
if [[ $RES -ne 0 ]];
|
||||
|
|
Loading…
Reference in New Issue