Explorar el Código

Corrected space

Daniel Gibbs hace 10 años
padre
commit
0e61317586
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 # 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"
 	mkdir -p "${rootdir}/.local/share/Arma\ 3"
 fi
 fi