commit bash-20191213 snapshot

This commit is contained in:
Chet Ramey
2019-12-16 09:43:38 -05:00
parent c075913eae
commit 3a7c642e22
50 changed files with 268 additions and 154 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export LANG=C
set +o posix
# attempting to source a non-existant file is not an error...
# attempting to source a non-existent file is not an error...
. /tmp/source-notthere
echo after bad source 1