From fc33caf04e0cbc82d213ba18eacfbe9e8a12317e Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 15 Aug 2020 08:48:43 -0400 Subject: [PATCH] Fix help function --- .gitignore | 0 README.md | 0 openwrtBuild | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 README.md diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/openwrtBuild b/openwrtBuild index 9c71cdb..bcd1514 100755 --- a/openwrtBuild +++ b/openwrtBuild @@ -114,7 +114,7 @@ parseInput() { _debug="true" ;; --help|-h) - _printHelpAndExit 0 + printHelpAndExit 0 ;; --) shift