Fix install script path combination.

This commit is contained in:
2016-04-20 01:50:05 +02:00
parent c37de072f0
commit 7508a6d180

View File

@@ -35,7 +35,7 @@ done
path_combine() path_combine()
{ {
echo "$(dirname "$1")/$(basename "$1")/$(basename "$2")" echo "$(dirname "$1")/$(basename "$1")/$2"
} }
DEFAULT_ROOT="$HOME" DEFAULT_ROOT="$HOME"