|
@@ -8,6 +8,7 @@
|
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
|
|
|
|
|
|
# Check if executable exists
|
|
# Check if executable exists
|
|
|
|
|
+execname=$(basename "${executable}")
|
|
|
if [ ! -f "${executabledir}/${execname}" ]; then
|
|
if [ ! -f "${executabledir}/${execname}" ]; then
|
|
|
fn_print_fail_nl "executable was not found"
|
|
fn_print_fail_nl "executable was not found"
|
|
|
echo -e "* ${executabledir}/${execname}"
|
|
echo -e "* ${executabledir}/${execname}"
|