1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

fix create_ script for sh

This commit is contained in:
Yann Collet
2019-08-28 13:23:48 -07:00
parent 8af941d2d7
commit 4b3a8fe1c4

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Where to find the sources
ZSTD_SRC_ROOT="../../lib"