Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mysh-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
김기훈
mysh-1
Commits
24a54828
Commit
24a54828
authored
7 years ago
by
Jaewon Choi
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #4 from wodnd999999/bug1
Bug1
parents
4b2b34a4
c0eaa386
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.c
+1
-1
1 addition, 1 deletion
src/main.c
with
1 addition
and
1 deletion
src/main.c
+
1
−
1
View file @
24a54828
...
@@ -18,7 +18,7 @@ int main()
...
@@ -18,7 +18,7 @@ int main()
mysh_parse_command
(
buf
,
&
argc
,
&
argv
);
mysh_parse_command
(
buf
,
&
argc
,
&
argv
);
if
(
strcmp
(
buf
,
""
)
==
0
)
{
if
(
strcmp
(
argv
[
0
]
,
""
)
==
0
)
{
goto
release_and_continue
;
goto
release_and_continue
;
}
else
if
(
strcmp
(
argv
[
0
],
"cd"
)
==
0
)
{
}
else
if
(
strcmp
(
argv
[
0
],
"cd"
)
==
0
)
{
if
(
do_cd
(
argc
,
argv
))
{
if
(
do_cd
(
argc
,
argv
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment