--- rxvt-unicode/src/perl/selection-pastebin 2006/03/10 21:36:16 1.16 +++ rxvt-unicode/src/perl/selection-pastebin 2011/11/19 17:40:48 1.17 @@ -26,7 +26,7 @@ my $cmd = $self->{pastebin_cmd}; $cmd =~ s/%/$tmpfile/; - my $pid = $self->exec_async ("/bin/sh", "-c", $cmd); + my $pid = $self->exec_async ($cmd); $self->{pw} = urxvt::pw->new->start ($pid)->cb (sub { my (undef, $status) = @_;