Ver a proveniência

do not die when tmux command failed

pull/1/head
10sr há 11 anos
ascendente
cometimento
932ce488b4
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl Ver ficheiro

@@ -19,7 +19,7 @@ sub tmux {
push(@command, @_);
# print "@command, \n";
system(@command) == 0
or die "system @command failed: $?";
or warn "system @command failed: $?";
}

sub set {


Carregando…
Cancelar
Guardar