We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fad31 commit a598128Copy full SHA for a598128
tools/create_release.sh
@@ -56,7 +56,7 @@ rm -rf darktable-"$dt_decoration"/tools/regression_tests
56
57
# wrap it up again
58
echo "* creating final tarball"
59
-tar cf "darktable-$dt_decoration.tar$ darktable-$dt_decoration/"
+tar cf darktable-$dt_decoration.tar darktable-$dt_decoration/ || exit
60
rm "$DT_SRC_DIR/darktable-$dt_decoration.tar"
61
xz -z -v -9 -e "darktable-$dt_decoration.tar"
62
cp "darktable-$dt_decoration.tar.xz" "$DT_SRC_DIR"
0 commit comments