Skip to content

Commit

Permalink
Remove more confusing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Zimmerman committed Dec 15, 2011
1 parent c8cbb15 commit 882cf62
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lockerbox.sh
Expand Up @@ -88,15 +88,10 @@ download () {
}

#### Main script
THIS="$(basename $0)"

BASEDIR="$(pwd)"
if [[ ${BASEDIR} != */lockerbox ]]
then
BASEDIR="${BASEDIR}/lockerbox"
mkdir -p "${BASEDIR}"
cd "${BASEDIR}"
fi
BASEDIR="$(pwd)/lockerbox"
mkdir -p "${BASEDIR}"
cd "${BASEDIR}"

envscript="${BASEDIR}/lockerbox_environment.sh"
cat > "${envscript}" <<MRBARGLES
Expand Down

0 comments on commit 882cf62

Please sign in to comment.