summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen_cbindgen-vendor.sh')
-rwxr-xr-xgen_cbindgen-vendor.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_cbindgen-vendor.sh b/gen_cbindgen-vendor.sh
index af41ce0..f1184dd 100755
--- a/gen_cbindgen-vendor.sh
+++ b/gen_cbindgen-vendor.sh
@@ -1,4 +1,6 @@
#!/bin/bash
+set -x
+
# Dummy Cargo.toml file with cbindgen dependency
cat > Cargo.toml <<EOL
[package]
bgstack15