1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:57:35 +00:00

Ports: Update bash to 5.1.8

Also switches to using a sha256 signature check.
This commit is contained in:
Luke 2021-07-29 18:14:59 +01:00 committed by Linus Groh
parent e3b588a43d
commit 999448066f
9 changed files with 58 additions and 60 deletions

View file

@ -0,0 +1,11 @@
--- bash-5.1.8.serenity/lib/glob/glob.c 2020-10-30 18:49:00.000000000 +0000
+++ bash-5.1.8/lib/glob/glob.c 2021-07-29 17:11:22.146328629 +0100
@@ -122,7 +122,7 @@
#else
# define dequote_pathname udequote_pathname
#endif
-static void dequote_pathname PARAMS((char *));
+//static void dequote_pathname PARAMS((char *));
static int glob_testdir PARAMS((char *, int));
static char **glob_dir_to_array PARAMS((char *, char **, int));