From 0ee441477a465a64e493726f1c9355d7bf0b506f Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 17 Sep 2014 11:57:41 +0200 Subject: [PATCH] gst-debug-dump-dot-files.sh: use the PWD env var --- shell/gst-debug-dump-dot-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/gst-debug-dump-dot-files.sh b/shell/gst-debug-dump-dot-files.sh index 39e0141..ecdf477 100755 --- a/shell/gst-debug-dump-dot-files.sh +++ b/shell/gst-debug-dump-dot-files.sh @@ -4,5 +4,5 @@ set -e rm -rf dot_files mkdir dot_files -GST_DEBUG_DUMP_DOT_DIR="$(pwd)/dot_files" \ +GST_DEBUG_DUMP_DOT_DIR="$PWD/dot_files" \ gst-launch-1.0 videotestsrc ! autovideosink -- 2.1.4