Skip to content

Commit a598128

Browse files
committed
build: fix the release script
1 parent e0fad31 commit a598128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rm -rf darktable-"$dt_decoration"/tools/regression_tests
5656

5757
# wrap it up again
5858
echo "* creating final tarball"
59-
tar cf "darktable-$dt_decoration.tar$ darktable-$dt_decoration/"
59+
tar cf darktable-$dt_decoration.tar darktable-$dt_decoration/ || exit
6060
rm "$DT_SRC_DIR/darktable-$dt_decoration.tar"
6161
xz -z -v -9 -e "darktable-$dt_decoration.tar"
6262
cp "darktable-$dt_decoration.tar.xz" "$DT_SRC_DIR"

0 commit comments

Comments
 (0)