Pārlūkot izejas kodu

do not die when tmux command failed

pull/1/head
10sr pirms 11 gadiem
vecāks
revīzija
932ce488b4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl Parādīt failu

@@ -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 {


Notiek ielāde…
Atcelt
Saglabāt