1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-07 22: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,
# but only recompile the output if the sha1sum has changed.
[ -s ~/.sh.sha1 ] && read -r b _ < ~/.sh.sha1
( cd ~/sh \
&& print -l '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \
( cd ~/sh \
&& print -l '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \
| cat - $(grep -lF YES_ZSH -- *~*.bak(.)) \
| tee ~/.sh \
) | sha1sum - \