mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
autogen.sh doesn't require bash, sh is enough
This commit is contained in:
parent
55c0d3a3fa
commit
f8f161ebb0
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# Run this to generate configure, Makefile.in's, etc
|
||||
|
||||
(autoreconf --version) < /dev/null > /dev/null 2>&1 || {
|
||||
|
Loading…
Reference in New Issue
Block a user