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
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit