summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-29 17:48:46 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-29 17:48:46 +0000
commit4801f553640a7005eb26e89a1635f16669a13631 (patch)
tree8368cff83b51a6bfe0541962c8239b7e0d365d26 /src/options
parent304bdf18169ab0070ddbd6d4c9ebea8be46314b1 (diff)
Fix a few segfaults in driver.
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/options')
-rwxr-xr-xsrc/options/mkoptions2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options/mkoptions b/src/options/mkoptions
index 79ef35f5b..ffaff9927 100755
--- a/src/options/mkoptions
+++ b/src/options/mkoptions
@@ -852,6 +852,8 @@ function handle_alias {
# false positive: =SOMETHING, where SOMETHING != ARG
linkarg=
fi
+ else
+ linkarg=
fi
links="$links
#line $lineno \"$kf\"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback