From 39efd49594129fdfff3e4c2660c03f345a186fc9 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 30 Aug 2005 16:28:31 +0000 Subject: [PATCH] Fix typo so we recognize the -? option. --- tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index 1365b8838..801bde9c1 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -106,7 +106,7 @@ do C) CREATE_OPT="$OPTARG" CREATE_DIRS=yes ;; B) bootfiles="$bootfiles $OPTARG" ;; - \\?) usage + \?) usage ;; esac done -- GitLab