mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 22:50:49 +02:00
commit bash-20130118 snapshot
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ cd_builtin (list)
|
||||
eflag = 0;
|
||||
no_symlinks = no_symbolic_links;
|
||||
reset_internal_getopt ();
|
||||
while ((opt = internal_getopt (list, "LP")) != -1)
|
||||
while ((opt = internal_getopt (list, "eLP")) != -1)
|
||||
{
|
||||
switch (opt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user