11 lines
300 B
Bash
11 lines
300 B
Bash
|
--- configure.orig
|
||
|
+++ configure
|
||
|
@@ -563,6 +563,7 @@ printf "Checking for bash... "
|
||
|
if command -v ${BASH} > /dev/null; then
|
||
|
have_bash=1
|
||
|
bash_absolute=$(command -v ${BASH})
|
||
|
+ bash_absolute=$(readlink -f "$bash_absolute")
|
||
|
printf "Yes (%s).\n" "$bash_absolute"
|
||
|
else
|
||
|
have_bash=0
|