aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 01:21:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 01:21:19 +1200
commitb45805dc46ff9cc1d94588f88c68b000ee95b0b8 (patch)
tree3b30d1f54f0fae82de8e928796f5b871d23536ac /bin
parentPort all bash_profile.d scripts to POSIX sh (diff)
downloaddotfiles-b45805dc46ff9cc1d94588f88c68b000ee95b0b8.tar.gz
dotfiles-b45805dc46ff9cc1d94588f88c68b000ee95b0b8.zip
Pass null arg to manual cleanup() call in apf(1)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/apf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/apf b/bin/apf
index 956142fe..17a30be9 100755
--- a/bin/apf
+++ b/bin/apf
@@ -48,7 +48,7 @@ if [ -f "$argf" ] ; then
done < "$revf"
# We can remove the temporary stuff now, which allows us to exec safely
- cleanup
+ cleanup ''
fi
# Run the command with the changed arguments