diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:42 +0000 |
commit | 15322b5e4bfa3f93637cb32bf9d45e2b4791a6e7 (patch) | |
tree | f146159c9472fd011940a5ed051deb835bbabf7c /debian/additions/echo_stderr | |
parent | Adding upstream version 1:10.11.6. (diff) | |
download | mariadb-15322b5e4bfa3f93637cb32bf9d45e2b4791a6e7.tar.xz mariadb-15322b5e4bfa3f93637cb32bf9d45e2b4791a6e7.zip |
Adding debian version 1:10.11.6-0+deb12u1.debian/1%10.11.6-0+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/additions/echo_stderr')
-rwxr-xr-x | debian/additions/echo_stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/additions/echo_stderr b/debian/additions/echo_stderr new file mode 100755 index 00000000..67b3ed7c --- /dev/null +++ b/debian/additions/echo_stderr @@ -0,0 +1,2 @@ +#!/bin/bash +echo "$*" 1>&2 |