summary refs log tree commit diff
path: root/home/.local/bin/def
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-27 17:08:17 -0400
committerJune McEnroe <june@causal.agency>2019-07-27 17:08:17 -0400
commitb13cb22c88592ace7674be9c095769fc080c41e4 (patch)
tree1c80e184e99647194e50431e0a386a8feccfbb0b /home/.local/bin/def
parentShell script style pass (diff)
downloadsrc-b13cb22c88592ace7674be9c095769fc080c41e4.tar.gz
src-b13cb22c88592ace7674be9c095769fc080c41e4.zip
Fix shell script style in ~/.local/bin
Diffstat (limited to '')
-rwxr-xr-xhome/.local/bin/def2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.local/bin/def b/home/.local/bin/def
index ea8b9536..6a1681d3 100755
--- a/home/.local/bin/def
+++ b/home/.local/bin/def
@@ -42,6 +42,6 @@ for header in $headers; do
 		| tail -n 1
 	)
 	[ $? -ne 0 -o "$defined" = "$macro" ] && continue
-	echo "#include <$header>"
+	echo "#include <${header}>"
 	echo "$defined"
 done
9&follow=1'>Add another BACKXWASH showJune McEnroe 2024-06-16Update bioJune McEnroe 2024-06-15Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe 2024-06-10Add The Girl Who Was Convinced...June McEnroe 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe