Skip to content

Commit 5614f10

Browse files
committed
use 'printf' instead of 'echo'
1 parent ddf7a5b commit 5614f10

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

mkdefs.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

tools/mkdeps.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ procedure CloseFile;
276276
end;
277277
end;
278278
WriteLn;
279-
Write(TAB, 'echo "&include ', str, '.mcp\n');
279+
Write(TAB, 'printf "&include ', str, '.mcp\n');
280280
for i := 1 to k - 1 do
281281
begin
282282
if FileExists(deps[i] + '.i') then

0 commit comments

Comments
 (0)