From 1621c1109bab17cc2d29f948b25989cd97a56618 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 28 Mar 2020 07:25:43 +0100 Subject: Implement test action --- lib/util.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util.bash') diff --git a/lib/util.bash b/lib/util.bash index 92ff1bc..97131c3 100644 --- a/lib/util.bash +++ b/lib/util.bash @@ -3,6 +3,7 @@ # Change the working directory. In usage, this is the same as using cd, # however, it will make additional checks to ensure everything is going fine. chgdir() { + debug "Changing workdir to $1" cd -- "$1" || die "Failed to change directory to $1" } -- cgit v1.1