aef9c29fcf
- update to 2.4.3 OBS-URL: https://build.opensuse.org/request/show/601887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=72
23 lines
862 B
Diff
23 lines
862 B
Diff
commit 887d55c86c66ba4dcd90fe7574c18125dde916c6
|
|
Author: Andreas Schneider <asn@cryptomilk.org>
|
|
Date: Fri Apr 27 07:55:51 2018 +0200
|
|
|
|
tools: Fix typo in darktable-gen-noiseprofile
|
|
|
|
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
|
(cherry picked from commit 42c43728b70817ec9d4b59a6f8f1b03e2b5473af)
|
|
|
|
diff --git a/tools/noise/darktable-gen-noiseprofile b/tools/noise/darktable-gen-noiseprofile
|
|
index 0e999a583..ea95f5659 100755
|
|
--- a/tools/noise/darktable-gen-noiseprofile
|
|
+++ b/tools/noise/darktable-gen-noiseprofile
|
|
@@ -134,7 +134,7 @@ profile_image() {
|
|
|
|
xmp="$scriptdir/profiling-shot.xmp"
|
|
noiseprofile="$scriptdir/darktable-noiseprofile"
|
|
- if [ ! -x "$scriptdir/dt-noiseprofile" ]; then
|
|
+ if [ ! -x "$scriptdir/darktable-noiseprofile" ]; then
|
|
echo "ERROR: Could not find darktable-noiseprofile tool in $scriptdir"
|
|
exit 1
|
|
fi
|