diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:24:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:24:44 +0000 |
commit | bf772a107fc4511b6e3e5aafddb762ca3fa74f0b (patch) | |
tree | 8d994c2f3d8e9f01da4d334f90a20798760d9318 /debian/additions/echo_stderr | |
parent | Adding upstream version 1:10.11.6. (diff) | |
download | mariadb-bf772a107fc4511b6e3e5aafddb762ca3fa74f0b.tar.xz mariadb-bf772a107fc4511b6e3e5aafddb762ca3fa74f0b.zip |
Adding debian version 1:10.11.6-2.debian/1%10.11.6-2
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 |