diff options
-rwxr-xr-x | etc/rc.d/init.d/functions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.d/init.d/functions b/etc/rc.d/init.d/functions index e7dacc53..d8fbf265 100755 --- a/etc/rc.d/init.d/functions +++ b/etc/rc.d/init.d/functions @@ -130,9 +130,6 @@ gprintf() { # This simplifies a lot the call of functions like action, # now with i18n support gprintf_msg_rest() { - GPRINTF_REST="" - return - fi case "$1" in *%s*%s*%s*%s*) GPRINTF_MSG=$(gprintf "$1" "$2" "$3" "$4" "$5") |