Browse Source

remove bash_profile.sh for duda

Lita Gratrix 10 years ago
parent
commit
590846bdf1
2 changed files with 1 additions and 3 deletions
  1. 0 3
      frameworks/C/duda/bash_profile.sh
  2. 1 0
      frameworks/C/duda/setup.sh

+ 0 - 3
frameworks/C/duda/bash_profile.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-export DUDA_HOME=${IROOT}/dudac-0.23

+ 1 - 0
frameworks/C/duda/setup.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
+export DUDA_HOME=${IROOT}/dudac-0.23
 export PATH=${DUDA_HOME}:$PATH
 export PATH=${DUDA_HOME}:$PATH
 
 
 dudac -w $TROOT/webservice -p 2001 &
 dudac -w $TROOT/webservice -p 2001 &