]> diplodocus.org Git - flac-archive/blobdiff - fa-rip
Export CDDEV to the environment if we set it here.
[flac-archive] / fa-rip
diff --git a/fa-rip b/fa-rip
index eabf52ea97878939f1418511c60f3aaaf190846d..557050d507016fdaeb7b50efe62aa780c9a20edb 100755 (executable)
--- a/fa-rip
+++ b/fa-rip
@@ -21,6 +21,7 @@ if [[ -z ${CDDEV} ]]; then
         echo 'CDDEV environment variable not set, defaults did not work'
         exit 2
     fi
+    export CDDEV
 fi
 
 dir=$(mktemp -d flac-archive.XXXXXXXXXX)