aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-03-16 14:12:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-03-16 14:12:04 -0300
commitb0da461e4ec46c1b6bfc2b07bad39df40926e922 (patch)
tree7290602f0c2c4c5fbee1fe9e9b647d55dd9fa12a
parentf160642b16c5da9c60d6004defc14f2afc95aa62 (diff)
downloadtemplater-master.tar.gz
templater-master.tar.bz2
Fix: templater: consider that $CWD might have spacesHEADmaster
-rwxr-xr-xtemplater2
1 files changed, 1 insertions, 1 deletions
diff --git a/templater b/templater
index cd13660..3b16e89 100755
--- a/templater
+++ b/templater
@@ -93,5 +93,5 @@ else
fi
# Teardown
-cd $CWD
+cd "$CWD"
templater_echo "Done processing the project :)"