run: remove now unneeded || true
This commit is contained in:
parent
d1720c42e4
commit
42163fab17
29 changed files with 29 additions and 29 deletions
|
@ -4,7 +4,7 @@ cat > program.pas
|
|||
res="$(fpc program.pas 2>&1)"
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
./program || true
|
||||
./program
|
||||
else
|
||||
printf %s "$res"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue