Remove debug output from shell scripts for packaging

This commit is contained in:
David Murphy 2024-07-25 14:52:23 -06:00 committed by Daniel Wozniak
parent 8f4565c42d
commit 6b0690e5af
8 changed files with 8 additions and 7 deletions

1
changelog/66747.fixed.md Normal file
View file

@ -0,0 +1 @@
Remove debug output from shell scripts for packaging

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
. /usr/share/debconf/confmodule

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
. /usr/share/debconf/confmodule

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
. /usr/share/debconf/confmodule

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
. /usr/share/debconf/confmodule

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
. /usr/share/debconf/confmodule

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
. /usr/share/debconf/confmodule

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
. /usr/share/debconf/confmodule