浏览代码

To document shell options.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@156 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb 15 年前
父节点
当前提交
a1acdb33e8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      release

+ 3
- 3
release 查看文件

@@ -1,9 +1,9 @@
#! /bin/bash

# shell options: -o = on, +o = off
set -o errexit # exit on first error
set -o nounset # report undefined variables

set +o xtrace # debugging
set -o nounset # report unset variables
set +o xtrace # show commands

PACKAGE="tufte-latex"



正在加载...
取消
保存