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 merge requests found
...@@ -63,7 +63,7 @@ if [ $# -eq 1 ] ...@@ -63,7 +63,7 @@ if [ $# -eq 1 ]
then then
if [ -d ${output}.junk ] if [ -d ${output}.junk ]
then then
/bin/rm -rf ${output}.junk rm -rf ${output}.junk
fi fi
if [ -d ${output} ] if [ -d ${output} ]
then 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