Explorar el Código

To document shell options.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@156 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb hace 16 años
padre
commit
a1acdb33e8
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      release

+ 3
- 3
release Ver fichero

@@ -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"



Cargando…
Cancelar
Guardar