From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 17 Sep 2014 09:57:41 +0000 (+0200)
Subject: gst-debug-dump-dot-files.sh: use the PWD env var
X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/commitdiff_plain/0ee441477a465a64e493726f1c9355d7bf0b506f

gst-debug-dump-dot-files.sh: use the PWD env var
---

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