From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 3/5] header-config: pass id to hook_parse_cmdline Date: Sat, 12 Aug 2017 12:22:27 +0200 Message-ID: <1502533349-13935-3-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1502533349-13935-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2959865659941453527==" List-Id: --===============2959865659941453527== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Jonatan Schlag --- src/header-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header-config b/src/header-config index 6341a22..815d417 100644 --- a/src/header-config +++ b/src/header-config @@ -55,7 +55,7 @@ hook_edit() { return ${EXIT_ERROR} fi - if ! hook_parse_cmdline $@; then + if ! hook_parse_cmdline ${id} $@; then # Return an error if the parsing of the cmd line fails return ${EXIT_ERROR} fi -- 2.6.3 --===============2959865659941453527==--