summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-01-23 18:35:26 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-01-23 18:35:26 +0100
commita55df58db59d38d7d320f51fa760f20cf1f69312 (patch)
treedab3474d93c08537d524bdff39158e9071364922
parentebdd8f6647495b594bd7b79b3d3396e26047b277 (diff)
support other shells2.6.8
-rwxr-xr-xscripts/get_latest_amalgamation.sh3
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}