Dan Pasanen
41547e7f80
bashrc: export the environment variables
...
Change-Id: I34f35370c1d745f64a3f09abef06a58895ac8f7d
2022-02-08 13:49:53 +01:00
Dan Pasanen
5833ac2c17
bashrc: use xterm as default terminal
...
* this fixes apps like nano not working from a bash shell
Change-Id: I92e22f845172e63abb5abb3567c1447041e977d5
2022-02-08 13:49:53 +01:00
Firerat
444dcbea6a
bashrc: set alias ls="busybox ls --color=auto"
...
without "auto", scripting fails e.g.
for i in `ls /`;do
if [ -e /$i ];
then
echo pass
else
echo fail
fi
done
Change-Id: Id2563143ed2c359933c5b861cc2299f387e34d9c
2022-02-08 13:49:52 +01:00
Scott Anderson
9c5aabc49a
Use a loop for busybox aliases
...
Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
2022-02-08 13:14:58 +01:00
cvpcs
c5c7fd40fa
fixed some problems with bash
...
Change-Id: Iedaf7c28c25149755e6e4a20810043cf64ed8c84
2022-02-08 13:14:57 +01:00
cvpcs
f79b23a255
added bashrc and bash_logout support system-wide
...
Change-Id: I6e4f7ee4fbc2110f0b2e756b214f29a3e7a4758b
2022-02-08 13:14:53 +01:00
cvpcs
3fb7c2a127
set some paths and removed the debugger
...
Change-Id: Ib9f868e20fdb83e8334297d7bc0de44baf3b9ed7
2022-02-08 13:14:33 +01:00
Dan Pasanen
f157ca874d
Set up build for android
...
Change-Id: I4a4fab8219f16762f28877b177cf5d9c8af449d0
2022-01-31 01:24:24 +01:00
Chet Ramey
8868edaf22
bash-5.1 distribution sources and documentation
2020-12-06 15:51:17 -05:00
Chet Ramey
36f2c406ff
Bash-5.0 patch 18: fix quoted null string removal when using shell word expansion pattern operators
2020-07-10 11:29:25 -04:00
Chet Ramey
9e49d343e3
Bash-5.0 patch 17: better fix for reaping process substitution file descriptors
2020-04-24 11:05:06 -04:00
Chet Ramey
6c6454cb18
Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions with loops and group commands
2020-02-07 15:20:38 -05:00
Chet Ramey
ad1b3e6822
Bash-5.0 patch 15: aliases and -c commands can cause premature termination
2020-02-07 15:19:53 -05:00
Chet Ramey
8b6524c482
Bash-5.0 patch 14: edit-and-execute-command does not handle empty command lines
2020-02-07 15:18:41 -05:00
Chet Ramey
f747f9ff4c
Bash-5.0 patch 13: reading history entries with timestamps can result in joined entries
2020-02-07 15:17:29 -05:00
Chet Ramey
b0852fb54e
Bash-5.0 patch 12: fix problems moving back beyond start of history
2020-02-07 15:16:28 -05:00
Chet Ramey
d894cfd104
Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ([[) commands
2019-08-29 11:21:20 -04:00
Chet Ramey
6a3116f58c
Bash-5.0 patch 10: changes to posix-mode assignment statements preceding functions and special builtins
2019-08-29 11:20:15 -04:00
Chet Ramey
9f597fd109
Bash-5.0 patch 9: fix file descriptor leak with zero-length history file
2019-08-14 14:58:44 -04:00
Chet Ramey
01323582f7
Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashes
2019-08-14 14:57:48 -04:00
Chet Ramey
3ba697465b
Bash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process group
2019-04-20 14:27:56 -04:00
Chet Ramey
dfd2cc6ac5
Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_SHOPT
2019-04-20 14:27:00 -04:00
Chet Ramey
41f5420db7
Bash-5.0 patch 5: prevent optimizing forks away too aggressively
2019-04-20 14:25:52 -04:00
Chet Ramey
16c907aa3b
Bash-5.0 patch 4: the wait builtin without arguments only waits for known children the shell started
2019-04-20 14:24:28 -04:00
Chet Ramey
fcf6ae7d06
Bash-5.0 patch 3: improvements when globbing directory names containing backslashes
2019-03-19 10:05:39 -04:00
Chet Ramey
ddf3f643cb
Bash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tab
2019-01-18 15:13:57 -05:00
Chet Ramey
4d2e315490
Bash-5.0 patch 1: fix pathname expansion of directory names containing backslashes
2019-01-18 15:12:37 -05:00
Chet Ramey
d233b485e8
bash-5.0 distribution sources and documentation
2019-01-07 09:27:52 -05:00
Chet Ramey
6444760999
fix for SIGINT in sourced script
2018-06-01 10:22:36 -04:00
Chet Ramey
34dbca51a5
readline multi-key command re-read input fix
2018-06-01 10:22:00 -04:00
Chet Ramey
36f89ff1d8
SIGINT trap handler SIGINT loop fix
2018-06-01 10:20:32 -04:00
Chet Ramey
354efb96f1
saved background process status hash table loop fixes
2018-06-01 10:19:56 -04:00
Chet Ramey
7de27456f6
update .gitignore for developers
2018-03-06 15:54:12 -05:00
Chet Ramey
b0776d8c49
Bash-4.4 patch 19
2018-02-06 16:22:34 -05:00
Chet Ramey
eb78197af3
Bash-4.4 patch 18
2018-01-29 16:04:56 -05:00
Chet Ramey
b3a5ec8dd5
Bash-4.4 patch 17
2018-01-29 16:04:37 -05:00
Chet Ramey
c9f1b04651
Bash-4.4 patch 16
2018-01-29 16:04:20 -05:00
Chet Ramey
9cce630e80
Bash-4.4 patch 15
2018-01-29 16:04:01 -05:00
Chet Ramey
2fb21d75bf
Bash-4.4 patch 14
2018-01-29 16:03:47 -05:00
Chet Ramey
1aef9c7b55
Bash-4.4 patch 13
2018-01-29 16:03:33 -05:00
Chet Ramey
bc007799f0
Bash-4.4 patch 12
2017-01-27 11:25:44 -05:00
Chet Ramey
76bb456d8f
Bash-4.4 patch 11
2017-01-20 15:38:49 -05:00
Chet Ramey
5b9762d6f0
Bash-4.4 patch 10
2017-01-20 15:38:38 -05:00
Chet Ramey
e59fb114e9
Bash-4.4 patch 9
2017-01-20 15:38:29 -05:00
Chet Ramey
b9f81c2977
Bash-4.4 patch 8
2017-01-20 15:38:10 -05:00
Chet Ramey
4f747edc62
Bash-4.4 patch 7
2017-01-20 11:47:55 -05:00
Chet Ramey
44bfefc553
Bash-4.4 patch 6
2017-01-20 11:47:31 -05:00
Chet Ramey
f459cbd8be
Bash-4.4 patch 5
2016-11-14 14:27:55 -05:00
Chet Ramey
2965eca924
Bash-4.4 patch 4
2016-11-14 14:27:35 -05:00
Chet Ramey
4f59a8babc
Bash-4.4 patch 3
2016-11-14 14:27:23 -05:00