Skip to content

Commit 5257c1e

Browse files
committed
In install script, removed reference to deprecated java directory.
1 parent 6884f5c commit 5257c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_doc.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
BASE_DOC="$1"
2121

2222
# Run this script where it is.
23-
if ! test -d "ruby" -a -d "perl" -a -d "java" ; then
23+
if ! test -d "ruby" -a -d "perl" ; then
2424
echo "Error: this script should be run from the directory where the CBRAIN APIs are located."
2525
exit 20
2626
fi

0 commit comments

Comments
 (0)