]> git.donarmstrong.com Git - neurodebian.git/commitdiff
BF did not run anything
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 3 Nov 2010 21:29:22 +0000 (17:29 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 3 Nov 2010 21:29:22 +0000 (17:29 -0400)
debian/changelog
tools/nd-autoinstall

index a98f8017829f5f6b010e689faeddd53fd74a4faa..61adb78e88975e0687525edfecb7112a36e36859 100644 (file)
@@ -1,5 +1,5 @@
-neurodebian (0.12) squeeze; urgency=low
+neurodebian (0.13) squeeze; urgency=low
 
   * Initial release.
 
- -- Michael Hanke <michael.hanke@gmail.com>  Wed, 03 Nov 2010 17:16:49 -0400
+ -- Michael Hanke <michael.hanke@gmail.com>  Wed, 03 Nov 2010 17:29:11 -0400
index 66bcdb109ada3b428e41e60cec21fee425c13034..85e2be82769b49d94f8c982634a40dd2b14eba21 100755 (executable)
@@ -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 "$@"