From f1c0d7e40fc57f695f8e57b90e7c456979dd5ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 7 Dec 2019 12:41:44 +0100 Subject: [PATCH] Move --- configure | 2 +- configure.bash => src/configure.bash | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configure.bash => src/configure.bash (100%) diff --git a/configure b/configure index 23d7302c..2f2d0527 100755 --- a/configure +++ b/configure @@ -1,2 +1,2 @@ #!/bin/sh -/bin/bash configure.bash +/bin/bash src/configure.bash diff --git a/configure.bash b/src/configure.bash similarity index 100% rename from configure.bash rename to src/configure.bash