1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

Fix shellcheck issues

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2024-03-21 17:48:46 +01:00
parent 45334b6736
commit b6fd4912d7
6 changed files with 22 additions and 19 deletions

View File

@ -1 +1,2 @@
/bin/echo -n $1 2>&1
#!/bin/sh
printf '%s' "$1" 2>&1