diff options
Diffstat (limited to 'operators/command_source.zsh')
| -rw-r--r-- | operators/command_source.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/operators/command_source.zsh b/operators/command_source.zsh index 9553bc6..8a3f9f8 100644 --- a/operators/command_source.zsh +++ b/operators/command_source.zsh @@ -4,7 +4,7 @@ if [[ -n "${nocommand_source}" ]] then - exit 0 + exit fi until mkdir "${user_config}_source.lock" |
