From 255cde789f29bed2347b6aece310ab234a490a16 Mon Sep 17 00:00:00 2001 From: Nicolas CROUZET - SFME/LGLS Date: Mon, 25 May 2020 14:15:08 +0200 Subject: [PATCH] =?utf8?q?sat=20#18720=20ajout=20de=20l'options=20--use=5F?= =?utf8?q?mesa=20=C3=A0=20la=20completion=20automatique?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- complete_sat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete_sat.sh b/complete_sat.sh index 4c65d01..b499b1e 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -212,7 +212,7 @@ _salomeTools_complete() return 0 ;; launcher) - opts="--name --exe --catalog --gencat --no_path_init" + opts="--name --exe --catalog --gencat --no_path_init --use_mesa" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; -- 2.39.2