Skip to content

Commit bf72a6b

Browse files
author
kamil
committed
Switch from Bourne shell to simply base shell to build libfuzzer
Summary: It is not necessary launching the build script with bash. Reviewers: krytarowski Reviewed By: krytarowski Subscribers: llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D42008 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer@322422 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2142323 commit bf72a6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/sh
22
LIBFUZZER_SRC_DIR=$(dirname $0)
33
CXX="${CXX:-clang}"
44
for f in $LIBFUZZER_SRC_DIR/*.cpp; do

0 commit comments

Comments
 (0)