From 0e896cdbc1f357c199112265e66b38a6aea4b348 Mon Sep 17 00:00:00 2001 From: Nicolai Weitkemper Date: Wed, 26 Dec 2018 23:01:11 +0100 Subject: [PATCH] Fix typo "environemtn" --- texpander.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texpander.sh b/texpander.sh index 858a781..19396a6 100755 --- a/texpander.sh +++ b/texpander.sh @@ -14,7 +14,7 @@ if [ ! -d ${HOME}/.texpander ]; then mkdir ${HOME}/.texpander fi -# Store base directory path, expand complete path using HOME environemtn variable +# Store base directory path, expand complete path using HOME environment variable base_dir=$(realpath "${HOME}/.texpander") # Set globstar shell option (turn on) ** for filename matching glob patterns on subdirectories of ~/.texpander