Cleanup executable bits, prompted by 9e1d7c39a1.

This commit is contained in:
Mathieu Arnold 2021-04-08 11:36:35 +02:00
parent a75e8cc223
commit 0b1ee55426
No known key found for this signature in database
GPG Key ID: 29EB0902911D7E02
4 changed files with 1 additions and 4 deletions

0
Mk/Scripts/sed_checked.sh Executable file → Normal file
View File

View File

@ -2020,7 +2020,7 @@ MAKE_ENV+= LANG=${USE_LOCALE} LC_ALL=${USE_LOCALE}
# invalid.
REINPLACE_ARGS?= -i.bak
.if defined(DEVELOPER)
REINPLACE_CMD?= ${SETENV} WRKSRC=${WRKSRC} REWARNFILE=${REWARNFILE} ${SCRIPTSDIR}/sed_checked.sh
REINPLACE_CMD?= ${SETENV} WRKSRC=${WRKSRC} REWARNFILE=${REWARNFILE} ${SH} ${SCRIPTSDIR}/sed_checked.sh
.else
REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS}
.endif

0
Tools/scripts/pkg-stash/pkg-list.sh Normal file → Executable file
View File

View File

@ -1,3 +0,0 @@
#!/bin/sh
$PREFIX/bin/b2 toolset=clang "$@"