wrong word tokenization in case of arithmetic expressions

2024-09-23 Thread Milana
27; -DNON_INTERACTIVE_LOGIN_SHELLS uname output: Linux milana-laptop 6.1.103-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Aug  3 10:06:55 UTC 2024 x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 5.2 Patch Level: 26 Release Status: release Description:    simple arithmetic expressions

[PATCH] Correct error message when using -n and -o ignoreeof in interactive mode

2024-08-17 Thread Milana
and consideration. Best regards, Milana From 69e0980edaca197e64e1aba26f6a72251e4dd479 Mon Sep 17 00:00:00 2001 From: Milana <948...@gmail.com> Date: Sun, 18 Aug 2024 01:47:19 +0200 Subject: [PATCH] fix the message displayed when trying to do ^D inside interactive mode with both -n and -o ign