Skip to content
Snippets Groups Projects
Verified Commit 46c468cb authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

d/tests/control.sh: appease shellcheck SC2129


Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent e998eb9d
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,11 @@
echo "Generating the debian/tests/control file..."
echo "# DON'T MANUALLY MODIFY!" > debian/tests/control.tmp
echo "# EDIT debian/tests/control.in INSTEAD!" >> debian/tests/control.tmp
echo "#" >> debian/tests/control.tmp
cat > debian/tests/control.tmp << EOF
# DON'T MANUALLY MODIFY!
# EDIT debian/tests/control.in INSTEAD!
#
EOF
cat debian/tests/control.in >> debian/tests/control.tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment