Skip to content
Snippets Groups Projects
Commit e23315b8 authored by Reuben Thomas's avatar Reuben Thomas
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment