diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-05-20 13:07:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-05-27 18:57:28 +0000 |
commit | 3500e0c3b2866645e7b637b5dfc12c9a0d05253d (patch) | |
tree | 554d8950beb72567744217da213365df3279016f | |
parent | Merging upstream version 20180527. (diff) | |
download | open-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-x | debian/open-infrastructure-container-tools.postrm | 2 |
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 |