X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_conf%2Fbashrc;h=ac5ace41d921a049878be187f38a775f27d383da;hb=5de6112b70b59420b245ce636a8b2e3c90acbe00;hp=b5eb78994dc1714f688cd464af8fc61ced7bcd5f;hpb=163670c98f78b0f50965d1fbad7803d998b5d4be;p=biopieces.git diff --git a/bp_conf/bashrc b/bp_conf/bashrc index b5eb789..ac5ace4 100644 --- a/bp_conf/bashrc +++ b/bp_conf/bashrc @@ -32,11 +32,11 @@ export PERL5LIB="$PERL5LIB:$BP_PERL" ### Here we add the Biopieces Ruby libraries to RUBYLIB. -export RUBYLIB="$RUBYLIB:$BP_RUBY/Maasha/lib" +export RUBYLIB="$RUBYLIB:$BP_RUBY/lib" ### Some useful aliases. -alias bp_update="cd $BP_DIR && svn update; cd $BP_DIR/bp_usage && svn update;" +alias bp_update="svn update $BP_DIR && svn update $BP_DIR/bp_usage" alias bp_test="$BP_DIR/bp_test/test_all" ### >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<