mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-14 21:46:55 +02:00
+ Changed bash to sh
This commit is contained in:
parent
6c734bc94d
commit
af462205ba
@ -195,7 +195,7 @@ Begin
|
|||||||
AddStart('DoExitLink ()');
|
AddStart('DoExitLink ()');
|
||||||
AddStart('{ echo "An error occurred while assembling $1"; exit 1; }');
|
AddStart('{ echo "An error occurred while assembling $1"; exit 1; }');
|
||||||
AddStart('DoExitAsm ()');
|
AddStart('DoExitAsm ()');
|
||||||
AddStart('#!/bin/bash');
|
AddStart('#!/bin/sh');
|
||||||
{$else}
|
{$else}
|
||||||
AddStart('@echo off');
|
AddStart('@echo off');
|
||||||
Add('goto end');
|
Add('goto end');
|
||||||
@ -234,7 +234,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2000-01-07 01:14:39 peter
|
Revision 1.5 2000-02-07 11:52:26 michael
|
||||||
|
+ Changed bash to sh
|
||||||
|
|
||||||
|
Revision 1.4 2000/01/07 01:14:39 peter
|
||||||
* updated copyright to 2000
|
* updated copyright to 2000
|
||||||
|
|
||||||
Revision 1.3 1999/10/21 14:29:37 peter
|
Revision 1.3 1999/10/21 14:29:37 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user