diff --git a/bin/rm b/bin/rm index 7a446ab9..cf92911d 100755 --- a/bin/rm +++ b/bin/rm @@ -143,7 +143,7 @@ sub preprocess_options { # Expand clustering @new_args = map { - if( /-(.+)/ ) { + if( /\A\-(.+)/ ) { my $cluster = $1; map { "-$_" } split //, $cluster; }