Skip to content

Commit

Permalink
tty onlcr
Browse files Browse the repository at this point in the history
  • Loading branch information
aklomp committed Jan 28, 2024
1 parent 097f43f commit 6a5b23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/base64.c
Expand Up @@ -23,7 +23,6 @@
#include <getopt.h>
#include <errno.h>
#include <limits.h>
#include <termios.h>

#include "../include/libbase64.h"

Expand Down
2 changes: 2 additions & 0 deletions test/ci/issue137.sh
Expand Up @@ -3,6 +3,8 @@ set -xev

echo -ne "hello\nworld\n" | xxd

stty onlcr

wget https://github.com/aklomp/base64/files/14074869/in.bin.zip
unzip in.bin.zip
out/bin/base64 in.bin > in.bin.b64
Expand Down

0 comments on commit 6a5b23f

Please sign in to comment.