mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-05 19:30:49 +02:00
commit bash-20090423 snapshot
This commit is contained in:
+1
-1
@@ -867,7 +867,7 @@ make_vers_array ()
|
||||
vv = make_new_array_variable ("BASH_VERSINFO");
|
||||
av = array_cell (vv);
|
||||
strcpy (d, dist_version);
|
||||
s = xstrchr (d, '.');
|
||||
s = strchr (d, '.');
|
||||
if (s)
|
||||
*s++ = '\0';
|
||||
array_insert (av, 0, d);
|
||||
|
||||
Reference in New Issue
Block a user