aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-20 10:53:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-20 10:53:29 +1200
commit5005eaf32144b2bce7955b7a44ec7077e3929ea4 (patch)
treebc9f5267dc3afd5afb1c8b6117ff7514f173f6e3 /bin
parentAdd plenv-modules-update (diff)
downloaddotfiles-5005eaf32144b2bce7955b7a44ec7077e3929ea4.tar.gz
dotfiles-5005eaf32144b2bce7955b7a44ec7077e3929ea4.zip
Add newline
Diffstat (limited to 'bin')
-rwxr-xr-xbin/plenv-modules-update1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/plenv-modules-update b/bin/plenv-modules-update
index 730db983..7898616d 100755
--- a/bin/plenv-modules-update
+++ b/bin/plenv-modules-update
@@ -3,6 +3,7 @@
mf=$(mktemp) || exit
ef=$(mktemp) || exit
cf=$(mktemp) || exit
+
cleanup() {
rm -f -- "$mf" "$ef" "$cf"
}