Ver código fonte

To document shell options.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@156 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb 16 anos atrás
pai
commit
a1acdb33e8
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      release

+ 3
- 3
release Ver arquivo

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


# shell options: -o = on, +o = off
set -o errexit # exit on first error 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" PACKAGE="tufte-latex"




Carregando…
Cancelar
Salvar