Skip to content

Commit

Permalink
Remove unnecessary rake tasks to switch shells
Browse files Browse the repository at this point in the history
The test/shells script has a better technique of doing this anyhow.  The cp
wasn't working on unix distros.
  • Loading branch information
thinkerbot authored and Simon Chiang committed Sep 26, 2014
1 parent 6c06369 commit 3249f46
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Makefile
Expand Up @@ -8,24 +8,3 @@ ronn/bin/ronn:
man/man1/ts.1: README.md ronn/bin/ronn
mkdir -p man/man1
ruby -Ironn/lib ronn/bin/ronn -r --pipe --organization="$(VERSION)" --date="$(DATE)" $< > $@

/bin/sh.bak:
sudo cp /bin/sh /bin/sh.bak

sh: /bin/sh.bak
sudo cp /bin/sh.bak /bin/sh

bash: /bin/sh.bak
sudo cp $$(command -v bash) /bin/sh

dash: /bin/sh.bak
sudo cp $$(command -v dash) /bin/sh

zsh: /bin/sh.bak
sudo cp $$(command -v zsh) /bin/sh

csh: /bin/sh.bak
sudo cp $$(command -v csh) /bin/sh

ksh: /bin/sh.bak
sudo cp $$(command -v ksh) /bin/sh

0 comments on commit 3249f46

Please sign in to comment.