Skip to content

Commit

Permalink
Fix "no matches found" bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahadır A. Güder committed Jul 15, 2020
1 parent 1f4a41e commit 5abedd6
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 5abedd6

Please sign in to comment.