From 16ae61181364978eeae36c306c8d7959e5da8b53 Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Wed, 2 Jul 2014 21:37:33 +0200 Subject: [PATCH] remove duplicated slash in install script path --- src/etc/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/install.sh b/src/etc/install.sh index fd4c20d73c5d1..2ed7a9dd6c28a 100644 --- a/src/etc/install.sh +++ b/src/etc/install.sh @@ -214,7 +214,7 @@ need_cmd uname need_cmd tr need_cmd sed -CFG_SRC_DIR="$(cd $(dirname $0) && pwd)/" +CFG_SRC_DIR="$(cd $(dirname $0) && pwd)" CFG_SELF="$0" CFG_ARGS="$@"