Merge pull request #4 from molovo/fix_syntax_error

Fix syntax error in ZSH 5.0.x
This commit is contained in:
James Dinsdale 2016-12-21 21:34:09 +00:00 committed by GitHub
commit 305925623b

View file

@ -95,7 +95,7 @@ function _revolver_process() {
shift frames
# Create a never-ending loop
while [[ 1=1 ]]; do
while [[ 1 -eq 1 ]]; do
# If the statefile has been removed, exit the script
# to prevent it from being orphaned
if [[ ! -f $statefile ]]; then