From 523b47ba579089de73958e3459b1d12bd4628486 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 23 Oct 2011 21:51:36 +0200 Subject: add some scripts Signed-off-by: Florian Pritz --- dconfigure | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 dconfigure (limited to 'dconfigure') diff --git a/dconfigure b/dconfigure new file mode 100755 index 0000000..9cb0562 --- /dev/null +++ b/dconfigure @@ -0,0 +1,6 @@ +#!/bin/bash +if [[ -x /bin/dash ]]; then + CONFIG_SHELL=/bin/dash /bin/dash ./configure CONFIG_SHELL=/bin/dash "$@"; +else + ./configure "$@"; +fi -- cgit v1.2.3-24-g4f1b