From 0e613175862af7ac965f32fea72e6541fb946522 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 20 Dec 2015 20:47:49 +0000 Subject: [PATCH] Corrected space --- functions/fn_arma3fix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_arma3fix b/functions/fn_arma3fix index da2d69bde..756600e96 100644 --- a/functions/fn_arma3fix +++ b/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