From 3500e0c3b2866645e7b637b5dfc12c9a0d05253d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 20 May 2018 15:07:40 +0200 Subject: Fixing variable style in postrm script. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-container-tools.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/open-infrastructure-container-tools.postrm b/debian/open-infrastructure-container-tools.postrm index 196899e..b19d1f3 100755 --- a/debian/open-infrastructure-container-tools.postrm +++ b/debian/open-infrastructure-container-tools.postrm @@ -46,7 +46,7 @@ case "${1}" in ;; *) - echo "postrm called with unknown argument \`$1'" >&2 + echo "postrm called with unknown argument \`${1}'" >&2 exit 1 ;; esac -- cgit v1.2.3