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