Skip to content

Commit f21d239

Browse files
bootstrap::bash: symlink bash as sh
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 9c0b0e9 commit f21d239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ packages:
851851
build:
852852
- args: ['make', '-j@PARALLELISM@']
853853
- args: ['make', 'DESTDIR=@THIS_COLLECT_DIR@', 'install']
854+
- args: ['ln', '-sf', 'bash', '@THIS_COLLECT_DIR@/usr/bin/sh']
854855

855856
- name: tcc
856857
source:

0 commit comments

Comments
 (0)