summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/install.sh b/tools/install.sh
index e65905025..be43968bc 100755
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -1,4 +1,3 @@
-function main() {
# Use colors, but only if connected to a terminal, and that terminal
# supports them.
if which tput >/dev/null 2>&1; then
@@ -117,6 +116,3 @@ echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.'
echo ''
printf "${NORMAL}"
env zsh
-}
-
-main