From 2607480ac59e64265c96c957957873ed85b693ea Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 3 Nov 2010 17:29:22 -0400 Subject: [PATCH] BF did not run anything --- debian/changelog | 4 ++-- tools/nd-autoinstall | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a98f801..61adb78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -neurodebian (0.12) squeeze; urgency=low +neurodebian (0.13) squeeze; urgency=low * Initial release. - -- Michael Hanke Wed, 03 Nov 2010 17:16:49 -0400 + -- Michael Hanke Wed, 03 Nov 2010 17:29:11 -0400 diff --git a/tools/nd-autoinstall b/tools/nd-autoinstall index 66bcdb1..85e2be8 100755 --- a/tools/nd-autoinstall +++ b/tools/nd-autoinstall @@ -180,7 +180,7 @@ if [ $do_install -eq 1 ]; then } fi -if [ -x $ai_command ]; then +if which $ai_command > /dev/null 2>&1; then # only run if executable print_verbose "Running $ai_command" $ai_command "$@" -- 2.39.5