Browse Source

Corrected space

Daniel Gibbs 10 năm trước cách đây
mục cha
commit
0e61317586
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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