瀏覽代碼

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