Commit 5bca8449 authored by James Larrowe's avatar James Larrowe

Removed 'export' and 'unset'

parent e6e23208
#!/bin/bash #!/bin/bash
export PWD_HOLD="${PWD}" PWD_HOLD="${PWD}"
cd /tmp cd /tmp
if [[ -d /tmp/heroku-cli ]]; then if [[ -d /tmp/heroku-cli ]]; then
...@@ -49,5 +49,3 @@ echo " system \"mkdir -p #{CREW_DEST_PREFIX}/bin\"" >> heroku.rb ...@@ -49,5 +49,3 @@ echo " system \"mkdir -p #{CREW_DEST_PREFIX}/bin\"" >> heroku.rb
echo " system \"ln -s #{CREW_PREFIX}/share/heroku/bin/run #{CREW_DEST_PREFIX}/bin/heroku\"" >> heroku.rb echo " system \"ln -s #{CREW_PREFIX}/share/heroku/bin/run #{CREW_DEST_PREFIX}/bin/heroku\"" >> heroku.rb
echo " end" >> heroku.rb echo " end" >> heroku.rb
echo "end" >> heroku.rb echo "end" >> heroku.rb
unset PWD_HOLD
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment