Skip to content

Commit

Permalink
Unsetting HOME directory in glidein_wrapper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeFrey authored and djw8605 committed Jul 15, 2013
1 parent ff03b97 commit 8ac8849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/glidein_jobs/glidein_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
starting_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
eval campus_factory_dir=$_campusfactory_CAMPUSFACTORY_LOCATION

# BLAHP does weird things with home directory
unset HOME
export HOME

# Make the temporary directory
if [ ! -d $_campusfactory_wntmp ]
then
Expand Down

0 comments on commit 8ac8849

Please sign in to comment.