From e4be26b7327d8378735205ebedfc9718fb6fbba1 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Tue, 19 Jun 2018 22:33:57 +0200 Subject: scripts: Remove trailing semicolons Signed-off-by: Allan McRae --- scripts/libmakepkg/util/util.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/libmakepkg/util') diff --git a/scripts/libmakepkg/util/util.sh.in b/scripts/libmakepkg/util/util.sh.in index 0fb89186..c2f5897e 100644 --- a/scripts/libmakepkg/util/util.sh.in +++ b/scripts/libmakepkg/util/util.sh.in @@ -51,7 +51,7 @@ is_array() { # Canonicalize a directory path if it exists canonicalize_path() { - local path="$1"; + local path="$1" if [[ -d $path ]]; then ( -- cgit v1.2.3-24-g4f1b