summaryrefslogtreecommitdiff
path: root/gen_cbindgen-vendor.sh
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-02-18 13:20:03 +0100
committerMartin Stransky <stransky@redhat.com>2019-02-18 13:20:03 +0100
commit3c743ff231fb0a639f0c753d63a3c32d2b9f9d6d (patch)
treefb7539ec4f10487a590d5ca4b5894e8e7349fb5c /gen_cbindgen-vendor.sh
parentUpdate to 65.0.1 (diff)
downloadlibrewolf-fedora-ff-3c743ff231fb0a639f0c753d63a3c32d2b9f9d6d.tar.gz
librewolf-fedora-ff-3c743ff231fb0a639f0c753d63a3c32d2b9f9d6d.tar.bz2
librewolf-fedora-ff-3c743ff231fb0a639f0c753d63a3c32d2b9f9d6d.zip
Regenerated cbingden
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