소스 검색

Corrected space

Daniel Gibbs 10 년 전
부모
커밋
0e61317586
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/fn_arma3fix

+ 1 - 1
functions/fn_arma3fix

@@ -6,6 +6,6 @@ lgsm_version="201215"
 
 # Fixes line 63: 20150 Segmentation fault (core dumped) #488
 
-if [ -d "${rootdir}/.local/share/Arma\ 3"]; then
+if [ -d "${rootdir}/.local/share/Arma\ 3" ]; then
 	mkdir -p "${rootdir}/.local/share/Arma\ 3"
 fi