소스 검색

toolchain: wrapper.sh: use /bin/sh instead of bash

No bash features are actually used here.

Signed-off-by: Rosen Penev <[email protected]>
[slightly adjust commit title]
Signed-off-by: Adrian Schmutzler <[email protected]>
Rosen Penev 5 년 전
부모
커밋
ac42b916bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/toolchain/files/wrapper.sh

+ 1 - 1
target/toolchain/files/wrapper.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # 2009 (C) Copyright Industrie Dial Face S.p.A.
 #          Luigi 'Comio' Mantellini <[email protected]>