[med-svn] [Git][med-team/murasaki][master] Add missing semicolon
Andreas Tille
gitlab at salsa.debian.org
Fri Dec 18 09:25:31 GMT 2020
Andreas Tille pushed to branch master at Debian Med / murasaki
Commits:
67afdb1f by Andreas Tille at 2020-12-18T10:10:14+01:00
Add missing semicolon
- - - - -
1 changed file:
- debian/tests/run-unit-test
Changes:
=====================================
debian/tests/run-unit-test
=====================================
@@ -27,7 +27,7 @@ do
echo "PASSED GENEPARSE"
echo
- if [ $(dpkg-architecture -qDEB_HOST_ARCH) = "armhf" ] then
+ if [ $(dpkg-architecture -qDEB_HOST_ARCH) = "armhf" ] ; then
echo "Skip Testing mbfa on $f (see bug #977621)"
else
echo "Testing mbfa on $f"
View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/commit/67afdb1f997df116814c313a7c04393253cf853b
--
View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/commit/67afdb1f997df116814c313a7c04393253cf853b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201218/b61ee272/attachment.html>
More information about the debian-med-commit
mailing list