Skip to content

Commit 22238a7

Browse files
committed
Bugfix: typo (s/root/prefix/), forgotten "e" in options to getopt
1 parent 0aa40db commit 22238a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.exam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ EXAM_TAGS-user3= EvaluateSecureDesigns
2828
$(foreach id,${STUDENTS},$(eval EXAM_FLAGS-${id}=-NCi))
2929

3030

31-
INCLUDE_MAKEFILES=<submodule_root>/makefiles
31+
INCLUDE_MAKEFILES=<submodule_prefix>/makefiles
3232
include ${INCLUDE_MAKEFILES}/tex.mk
3333
include ${INCLUDE_MAKEFILES}/exam.mk

texgen.nw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ long_usage="${long_usage}\n-c\ttoggles contents"
219219
We also have the letter and exam, which are the same as for notes and the
220220
slides.
221221
<<variables>>=
222-
options="${options}l"
222+
options="${options}le"
223223
usage="${usage} [-l] [-e]"
224224
long_usage="${long_usage}\n-l\ttoggles letter"
225225
long_usage="${long_usage}\n-e\ttoggles exam"

0 commit comments

Comments
 (0)