Skip to content

Commit eb7f842

Browse files
authored
Bug Fix
1 parent 0b11556 commit eb7f842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TermiC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ while true;do
6262
$compiler -w -x$lang <(echo "`cat $sourceFile.tmp`}") -o $binaryFile && compiledSuccessfully=true
6363
6464
if $compiledSuccessfully;then
65-
retval=`./$binaryFile`
65+
retval=`./$binaryFile 2>&1`
6666
[[ $retval == "" ]] && mv $sourceFile.tmp $sourceFile || echo "$retval"
6767
fi
6868
fi

0 commit comments

Comments
 (0)