소스 검색

exit with error message

pull/1/head
부모
커밋
2d30dcecc2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      files/bin/pipe-watcher

+ 1
- 0
files/bin/pipe-watcher 파일 보기

@@ -7,6 +7,7 @@ if test (count $argv) -ge 2
end

if [ ! -p $pipe ]
echo named pipe $pipe not found
exit 1
end