浏览代码

Revert "Make install script safer"

This reverts commit c9d93757e82785a0fd1e0d1222f5d61e01849703, which
makes it fail with a syntax error:

  sh: 1: Syntax error: "(" unexpected
Marc Cornellà 9 年之前
父节点
当前提交
78dc858396
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      tools/install.sh

+ 0 - 4
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