This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10195501441
/
OS2021_Project1.Shell
Watch
3
Star
3
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
check_redirect adjustment
master
10195501441
3 years ago
parent
13adb34b7d
commit
243438da27
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
yeeshell.c
+ 1
- 1
yeeshell.c
View File
@ -169,7 +169,7 @@ int check_redirect(char **args, char *redirect_filename, char **redirect_args)
i
+
+
;
while
(
args
[
i
]
!
=
NULL
)
{
redirect_args
[
j
+
+
]
=
args
[
i
+
+
]
)
;
redirect_args
[
j
+
+
]
=
args
[
i
+
+
]
;
}
}
return
redirect_flag
;
Write
Preview
Loading…
Cancel
Save