소스 검색

run to exec

Daniel Gibbs 10 년 전
부모
커밋
8153665d0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      JustCause2/jc2server

+ 1 - 1
JustCause2/jc2server

@@ -4,7 +4,7 @@
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 if [ -f ".dev-debug" ]; then
-	run 5>dev-debug.log
+	exec 5>dev-debug.log
 	BASH_XTRACEFD="5"
 	set -x
 fi