diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-01-23 18:35:26 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-01-23 18:35:26 +0100 |
commit | a55df58db59d38d7d320f51fa760f20cf1f69312 (patch) | |
tree | dab3474d93c08537d524bdff39158e9071364922 | |
parent | ebdd8f6647495b594bd7b79b3d3396e26047b277 (diff) |
support other shells2.6.8
-rwxr-xr-x | scripts/get_latest_amalgamation.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/get_latest_amalgamation.sh b/scripts/get_latest_amalgamation.sh index 05c128c..8ec9047 100755 --- a/scripts/get_latest_amalgamation.sh +++ b/scripts/get_latest_amalgamation.sh @@ -34,7 +34,8 @@ else fi # copy amalgamation files -cp ${REPO_DIR}/sqlite3.{c,h} ${AMALGAMATION_DIR}/ +cp ${REPO_DIR}/sqlite3.c ${AMALGAMATION_DIR}/ +cp ${REPO_DIR}/sqlite3.h ${AMALGAMATION_DIR}/ # remove leftovers rm -rf ${TEMP_DIR} |