diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-24 03:27:43 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-24 03:27:43 +0800 |
commit | 67c70de97f04a315c43be764defea8909faf1335 (patch) | |
tree | dfd9fbc10d3be978ecef86facfb097fa681cd781 /biology/distribfold | |
parent | 2a4d43317403dcd8359a7bd34f67cc5d818ffcba (diff) | |
download | freebsd-ports-gnome-67c70de97f04a315c43be764defea8909faf1335.tar.gz freebsd-ports-gnome-67c70de97f04a315c43be764defea8909faf1335.tar.zst freebsd-ports-gnome-67c70de97f04a315c43be764defea8909faf1335.zip |
add '-f' argument to rm so that the script always work even if a
file is not there
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Diffstat (limited to 'biology/distribfold')
-rw-r--r-- | biology/distribfold/files/distribfold.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/distribfold/files/distribfold.sh b/biology/distribfold/files/distribfold.sh index fc6c75095c6a..1ae040465297 100644 --- a/biology/distribfold/files/distribfold.sh +++ b/biology/distribfold/files/distribfold.sh @@ -45,7 +45,7 @@ stop) # dir for current cpu dir="${prefix}/cpu${ncpu}" - rm $dir/foldtrajlite.lock + rm -f $dir/foldtrajlite.lock done # give clients enough time to shutdown |