From a55df58db59d38d7d320f51fa760f20cf1f69312 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 23 Jan 2017 18:35:26 +0100 Subject: support other shells --- scripts/get_latest_amalgamation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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} -- cgit v1.2.3