Skip to content
Snippets Groups Projects
Commit 2df81379 authored by agoncharov's avatar agoncharov
Browse files

Fixing a trivial typo: 'G' rather than the second 'B' in 'getopts'.

parent e809fd7b
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ do ...@@ -17,7 +17,7 @@ do
r) BUILD_RUNTIME=yes ;; r) BUILD_RUNTIME=yes ;;
l) LOAD_KERNEL=yes ;; l) LOAD_KERNEL=yes ;;
B) BOOTSTRAP=$OPTARG ;; B) BOOTSTRAP=$OPTARG ;;
B) MAKE=$OPTARG ;; G) MAKE=$OPTARG ;;
h | \?) usage; exit 1 ;; h | \?) usage; exit 1 ;;
esac esac
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment