1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-19 10:03:23 -07:00

superficial indentation change

This commit is contained in:
Connor Olding 2021-10-29 12:24:44 +02:00
parent 74feaab252
commit 0fe48b0526

View File

@ -62,8 +62,8 @@ function {
# combine everything matching "YES_ZSH" in ~/sh/ into ~/.sh, # combine everything matching "YES_ZSH" in ~/sh/ into ~/.sh,
# but only recompile the output if the sha1sum has changed. # but only recompile the output if the sha1sum has changed.
[ -s ~/.sh.sha1 ] && read -r b _ < ~/.sh.sha1 [ -s ~/.sh.sha1 ] && read -r b _ < ~/.sh.sha1
( cd ~/sh \ ( cd ~/sh \
&& print -l '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \ && print -l '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \
| cat - $(grep -lF YES_ZSH -- *~*.bak(.)) \ | cat - $(grep -lF YES_ZSH -- *~*.bak(.)) \
| tee ~/.sh \ | tee ~/.sh \
) | sha1sum - \ ) | sha1sum - \