소스 검색

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 {


불러오는 중...
취소
저장