summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-20 13:07:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-27 18:57:28 +0000
commit3500e0c3b2866645e7b637b5dfc12c9a0d05253d (patch)
tree554d8950beb72567744217da213365df3279016f
parentMerging upstream version 20180527. (diff)
downloadopen-infrastructure-compute-tools-3500e0c3b2866645e7b637b5dfc12c9a0d05253d.tar.xz
open-infrastructure-compute-tools-3500e0c3b2866645e7b637b5dfc12c9a0d05253d.zip
Fixing variable style in postrm script.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/open-infrastructure-container-tools.postrm2
1 files changed, 1 insertions, 1 deletions
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