From b3ddafef295cc9e3cb542f1fb2b395427ed0b591 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 1 Mar 2016 13:46:04 +0100 Subject: [PATCH] Changed: Escape Linux upgrade script as well --- code/ryzom/client/unix/upgd_nl.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/ryzom/client/unix/upgd_nl.sh b/code/ryzom/client/unix/upgd_nl.sh index a1af6867e..6c44db85b 100644 --- a/code/ryzom/client/unix/upgd_nl.sh +++ b/code/ryzom/client/unix/upgd_nl.sh @@ -7,9 +7,9 @@ then fi # executable flag for all executables -chmod +x $ROOTPATH/ryzom_client -chmod +x $ROOTPATH/crash_report -chmod +x $ROOTPATH/ryzom_client_patcher -chmod +x $ROOTPATH/ryzom_configuration +chmod +x "$ROOTPATH/ryzom_client" +chmod +x "$ROOTPATH/crash_report" +chmod +x "$ROOTPATH/ryzom_client_patcher" +chmod +x "$ROOTPATH/ryzom_configuration" exit 0