[med-svn] [Git][med-team/community/package_template][master] Fix for no argument given
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu May 14 07:58:51 BST 2026
Andreas Tille pushed to branch master at Debian Med / community / package_template
Commits:
3a65c919 by Andreas Tille at 2026-05-14T08:58:30+02:00
Fix for no argument given
- - - - -
1 changed file:
- convert-watch5
Changes:
=====================================
convert-watch5
=====================================
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
-if [ "$1" != "--force" ] ; then
+if [ "${1:-}" != "--force" ] ; then
if [ -w debian/watch ] ; then
uscan --update-watchfile
exit 1
View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/3a65c9198660caefdd539e1b5f1855d14fd5f558
--
View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/3a65c9198660caefdd539e1b5f1855d14fd5f558
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260514/54a6bf93/attachment-0001.htm>
More information about the debian-med-commit
mailing list