Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2022-09-03 02:07:20 +0300
committera1346054 <36859588+a1346054@users.noreply.github.com>2022-09-03 02:28:27 +0300
commit5a067390e062cb29c35895055dbf9abca6a80337 (patch)
treefa04ad96bcf1c5da1702361862199ea4dccb6a28
parentfcc151244513044f0e5192df25265a27897095a0 (diff)
remove excess ;
-rwxr-xr-xscripts/install_xorgxrdp_build_dependencies_with_apt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_xorgxrdp_build_dependencies_with_apt.sh b/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
index 57acbf4..d4cc943 100755
--- a/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
+++ b/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
@@ -44,7 +44,7 @@ in
;;
*)
echo "unsupported architecture: $ARCH"
- exit 1;
+ exit 1
;;
esac