Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vcsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
vcsh
Commits
9a079178
Commit
9a079178
authored
13 years ago
by
Richard Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
Use `rmdir` instead of `rm -rf`
parent
935df7b2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
vcsh
+1
-1
1 addition, 1 deletion
vcsh
with
1 addition
and
1 deletion
vcsh
+
1
−
1
View file @
9a079178
...
@@ -84,7 +84,7 @@ To continue, type \"Yes, do as I say\""
...
@@ -84,7 +84,7 @@ To continue, type \"Yes, do as I say\""
for
file
in
$files
;
do
for
file
in
$files
;
do
rm
-f
$file
||
info
"could not delete '
$file
', continuing with deletion"
rm
-f
$file
||
info
"could not delete '
$file
', continuing with deletion"
done
done
rm
-rf
"
$GIT_DIR
"
||
info
"could not delete '
$GIT_DIR
'"
rm
dir
"
$GIT_DIR
"
||
info
"could not delete '
$GIT_DIR
'"
cd
"
$old_dir
"
cd
"
$old_dir
"
}
}
...
...
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