Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
e23315b8
Commit
e23315b8
authored
Jun 29, 2000
by
rrt
Browse files
[project @ 2000-06-29 13:07:04 by rrt]
Remove /bin/ from /bin/rm to avoid problems with systems where it's elsewhere.
parent
ea057041
Changes
1
Hide whitespace changes
Inline
Side-by-side
glafp-utils/docbook/db2html.dir/db2html.sh
View file @
e23315b8
...
...
@@ -63,7 +63,7 @@ if [ $# -eq 1 ]
then
if
[
-d
${
output
}
.junk
]
then
/bin/
rm
-rf
${
output
}
.junk
rm
-rf
${
output
}
.junk
fi
if
[
-d
${
output
}
]
then
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment