Skip to content

Commit e5f30d7

Browse files
committed
Fixes #6: It was a small typo
1 parent d9cabbc commit e5f30d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

texgen.nw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ submodule_prefix="."
459459
<<arguments handler code>>=
460460
-i)
461461
shift
462-
submodule_prefix="$(get_arg) "$@""
462+
submodule_prefix="$(get_arg "$@")"
463463
for w in ${submodule_prefix}; do shift; done;;
464464
@ Now we can add the following sed(1) substitutions.
465465
<<run sed(1) on file>>=

0 commit comments

Comments
 (0)