# HG changeset patch # User Franz Glasner # Date 1727805987 -7200 # Node ID 31953a5653e97768c4d3b21f589db4b089fdf474 # Parent 4243b087fc2dbe646d0e18a422db2550cb668fee fjail: Remove unneeded variable "operations" diff -r 4243b087fc2d -r 31953a5653e9 sbin/fjail --- a/sbin/fjail Tue Oct 01 20:05:36 2024 +0200 +++ b/sbin/fjail Tue Oct 01 20:06:27 2024 +0200 @@ -602,7 +602,7 @@ #: Implement the "freebsd-update" command #: command_freebsd_update() { - local directory operations + local directory # + operations ... local opt_currently_running @@ -626,7 +626,6 @@ [ -d "${directory}" ] || { echo "ERROR: directory \`${directory}' does not exist" 1>&2; return 1; } shift - operations="$*" if _has_same_userland_version "${directory}" "${opt_currently_running}" ; then if [ -n "${opt_currently_running}" ]; then