From 0c67559c43ba50a5d069888b1a5ea00fd3f7f21c Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Tue, 2 Apr 2019 12:33:49 +0200 Subject: [PATCH] Fix missing legacy_args Merged as a micro decision --- data/helpers.d/print | 1 + 1 file changed, 1 insertion(+) diff --git a/data/helpers.d/print b/data/helpers.d/print index 95d2af139..f1120367a 100644 --- a/data/helpers.d/print +++ b/data/helpers.d/print @@ -201,6 +201,7 @@ previous_weight=0 base_time=$(date +%s) ynh_script_progression () { # Declare an array to define the options of this helper. + local legacy_args=mwtl declare -Ar args_array=( [m]=message= [w]=weight= [t]=time [l]=last ) local message local weight