Skip to content

Commit

Permalink
Merge pull request #13 from wynioux/patch-1
Browse files Browse the repository at this point in the history
Fix "no matches found" bug.
  • Loading branch information
Bahadır A. Güder authored Jul 15, 2020
2 parents 0d72143 + 5abedd6 commit 83864e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions GateKeeper_Helper.command
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ selfSignApp()
# Shows quit message.
quitScript()
{
echo "?Quitting..."
echo "Quitting..."
continueMessage
}

Expand Down Expand Up @@ -198,10 +198,8 @@ startScript()

6)
clear
if [quitScript]
then
break
fi
quitScript
break
;;

*)
Expand Down

0 comments on commit 83864e1

Please sign in to comment.