Skip to content
Snippets Groups Projects
Commit 7cec0a5b authored by an7s's avatar an7s
Browse files

Broke out exported command env. var into own file a la CGC

parent 7b5bf230
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/get-peasoup-packages.sh -text /get-peasoup-packages.sh -text
/irdb_vars -text /irdb_vars -text
/postgres_setup.sh -text /postgres_setup.sh -text
/set_command_envs -text
/set_env_vars -text /set_env_vars -text
/start_dev.sh -text /start_dev.sh -text
/svn.externals.uva_dev -text /svn.externals.uva_dev -text
export PS_OBJDUMP=`which objdump`
export PS_OBJCOPY=`which objcopy`
...@@ -36,4 +36,5 @@ export SCONSFLAGS="exceptions=1 x86=1 tool=1 hprof=0 cpuprof=0 lm_required=false ...@@ -36,4 +36,5 @@ export SCONSFLAGS="exceptions=1 x86=1 tool=1 hprof=0 cpuprof=0 lm_required=false
# adjust to your SVN username # adjust to your SVN username
#export SVN_USERNAME=$USER #export SVN_USERNAME=$USER
export PS_OBJDUMP=`which objdump` . $PEASOUP_UMBRELLA_DIR/set_command_envs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment