@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ilex
set -e # 如果构建失败,则退出,不能删除旧的包
if [ "$#" -ne 1 ] ; then