dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: 798805fe92daa2cc17e4bcfd57a02784a0cbb167
Parent: a628537e96fa3224ad0bb7056116d24cd3ee4de7
Author: Randy Palamar
Date:   Fri,  6 Oct 2023 10:38:32 -0600

texclean: exit on error

most likely the arg was a nonexistant file and readlink has failed

Diffstat:
Mbin/texclean | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/texclean b/bin/texclean @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # cleanup tex output clutter case "$1" in