gst-debug-dump-dot-files.sh: use the PWD env var
authorAntonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:57:41 +0000 (11:57 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 17 Sep 2014 09:57:41 +0000 (11:57 +0200)
shell/gst-debug-dump-dot-files.sh

index 39e0141..ecdf477 100755 (executable)
@@ -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