Skip to content

Commit af5ca57

Browse files
committed
halrun: Fix missing variable initialization.
1 parent 0673e3f commit af5ca57

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)