]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_conf/bashrc
fixes and stuff
[biopieces.git] / bp_conf / bashrc
index a8a89b135ccc92bf329e7c4812cae84bbe047c83..0a113aee592c30a3c4b1a7f8502d2a09e4f9dadc 100644 (file)
@@ -11,10 +11,10 @@ export BP_BIN="$BP_DIR/bp_bin"              # Directory with biopiece executable
 
 ### The following directories hold the biopiece libraries, modules, gems, etc - one per programming language.
 
-export BP_PERL="$BP_DIR/code_perl"          # Direcotry with Perl code.
-export BP_C="$BP_DIR/code_c"                # Direcotry with C code.
-export BP_PYTHON="$BP_DIR/code_python"      # Direcotry with Pyton code.
-export BP_RUBY="$BP_DIR/code_ruby"          # Direcotry with Ruby code.
+export BP_PERL="$BP_DIR/code_perl"          # Direcotory with Perl code.
+export BP_C="$BP_DIR/code_c"                # Direcotory with C code.
+export BP_PYTHON="$BP_DIR/code_python"      # Direcotory with Pyton code.
+export BP_RUBY="$BP_DIR/code_ruby"          # Direcotory with Ruby code.
 
 ### Here we add the biopiece variable to the existing PATH.