瀏覽代碼

do not die when tmux command failed

pull/1/head
10sr 11 年之前
父節點
當前提交
932ce488b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl 查看文件

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


Loading…
取消
儲存