From ad0e5bf125932b600116c81477ceeddf82cb903c Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Wed, 5 May 2021 17:38:58 +0200 Subject: [PATCH] install: revert last commit, was accident The idea went into the Makefile. This line was noise. --- install | 1 - 1 file changed, 1 deletion(-) diff --git a/install b/install index 4dcc0d8b..526a8581 100755 --- a/install +++ b/install @@ -1,5 +1,4 @@ #!/bin/bash -# echo $(date +%Y%m%d)-dev-$(git show --oneline | head -n 1 | cut -f 1 -d ' ') INSTALL_ROOT="$(readlink -f "$1")" d="$(readlink -f "${0%/*}")" cd "$d" || exit -- 2.45.2