Skip to content

Commit 57bce65

Browse files
authored
Merge pull request #3835 from BsAtHome/fix_halrun-missing-init
halrun: Fix missing variable initialization
2 parents d7902c9 + af5ca57 commit 57bce65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/halrun.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ esac
141141

142142
$REALTIME start || exit $?
143143

144+
result=0
144145
if $HAVEFILE ; then
145146
if $IS_INI; then
146147
if ! inivar -ini "$filename" -sec HAL -var TWOPASS > /dev/null 2>&1 ; then

0 commit comments

Comments
 (0)