aboutsummaryrefslogtreecommitdiff
path: root/systemd-zfs-partition-backup/AUR/getsha256sum.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-zfs-partition-backup/AUR/getsha256sum.sh')
-rwxr-xr-xsystemd-zfs-partition-backup/AUR/getsha256sum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-zfs-partition-backup/AUR/getsha256sum.sh b/systemd-zfs-partition-backup/AUR/getsha256sum.sh
index df3d588..f90c850 100755
--- a/systemd-zfs-partition-backup/AUR/getsha256sum.sh
+++ b/systemd-zfs-partition-backup/AUR/getsha256sum.sh
@@ -14,7 +14,7 @@ ARCHIVE=$(mktemp --suffix=.tar.bz2)
14echo $ARCHIVE 14echo $ARCHIVE
15 15
16cd $(git rev-parse --show-toplevel) 16cd $(git rev-parse --show-toplevel)
17git archive --format=tar.gz --prefix=zfs-bash-tools-master/ -o "$ARCHIVE" master 17git archive --format=tar.gz --prefix=zfs-bash-tools-master/ -o "$ARCHIVE" HEAD
18cd - > /dev/null 18cd - > /dev/null
19 19
20echo "# Archive content" 20echo "# Archive content"
..