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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-01-27 00:20:46 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-01-27 00:20:46 +0300
commitc6a6c2775cd50ce180a67cb40d4f0cf111b7d566 (patch)
tree44490549a8f600cd896deeb116d6fe157834a97d /scripts
parentec552c791cf0eb00092b20b4530c1a6015ed2879 (diff)
Add end of options escaping
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ubuntu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ubuntu-build.sh b/scripts/ubuntu-build.sh
index 2d72d0315..3d25164c2 100755
--- a/scripts/ubuntu-build.sh
+++ b/scripts/ubuntu-build.sh
@@ -92,7 +92,7 @@ EOF
cat ../changelog.orig >>debian/changelog
debuild -eUBUNTU_SERIE="$serie" -S -sa # add ' -us -uc' flags to avoid signing
- rm -rf *
+ rm -rf -- *
tar zxf "../${PKG_NAME}_${PKG_VER}.orig.tar.gz"
done
cd -