From fef168b2a56b61785147aef77e054d5dff966c08 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 23 Nov 2021 22:12:57 +0100 Subject: [PATCH] Add the new completion scripts to checkdiff --- contrib/checkdiff.bash | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/checkdiff.bash b/contrib/checkdiff.bash index e1889a85..cbc2fae7 100755 --- a/contrib/checkdiff.bash +++ b/contrib/checkdiff.bash @@ -69,11 +69,17 @@ dependency src/link/main.c src/link/rgblink.1 \ "Did the rgblink CLI change?" dependency src/link/main.c contrib/zsh_compl/_rgblink \ "Did the rgblink CLI change?" +dependency src/link/main.c contrib/bash_compl/_rgblink.bash \ + "Did the rgblink CLI change?" dependency src/fix/main.c src/fix/rgbfix.1 \ "Did the rgbfix CLI change?" dependency src/fix/main.c contrib/zsh_compl/_rgbfix \ "Did the rgbfix CLI change?" +dependency src/fix/main.c contrib/bash_compl/_rgbfix.bash \ + "Did the rgbfix CLI change?" dependency src/gfx/main.c src/gfx/rgbgfx.1 \ "Did the rgbgfx CLI change?" dependency src/gfx/main.c contrib/zsh_compl/_rgbgfx \ "Did the rgbgfx CLI change?" +dependency src/gfx/main.c contrib/bash_compl/_rgbgfx.bash \ + "Did the rgbgfx CLI change?"