Bash-5.3 distribution sources and documentation

This commit is contained in:
Chet Ramey
2025-07-03 16:15:36 -04:00
parent 6794b5478f
commit b8c60bc9ca
896 changed files with 174241 additions and 103591 deletions
+2 -3
View File
@@ -4,7 +4,7 @@
fsck clean up the file system. */
/*
Copyright (C) 1999-2009 Free Software Foundation, Inc.
Copyright (C) 1999-2009,2022 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
@@ -39,8 +39,7 @@ extern int errno;
#endif
int
unlink_builtin (list)
WORD_LIST *list;
unlink_builtin (WORD_LIST *list)
{
if (list == 0)
{