mirror of
https://github.com/notwa/rc
synced 2024-11-05 12:59:04 -08:00
superficial indentation change
This commit is contained in:
parent
74feaab252
commit
0fe48b0526
1 changed files with 2 additions and 2 deletions
|
@ -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 - \
|
||||
|
|
Loading…
Reference in a new issue