We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0babc9b commit 9a822b2Copy full SHA for 9a822b2
transcripts/transcript_functions.sh
@@ -11,7 +11,8 @@ mkdir -p "${ucm_xdg_data_dir}/unisonlanguage"
11
ucm_credentials_file="${ucm_xdg_data_dir}/unisonlanguage/credentials.json"
12
13
# Executable to use when running unison transcripts
14
-export UCM_PATH="${UCM_PATH:-"$(which ucm)"}"
+UCM_PATH="$(which ucm)"
15
+export UCM_PATH
16
export empty_causal_hash='sg60bvjo91fsoo7pkh9gejbn0qgc95vra87ap6l5d35ri0lkaudl7bs12d71sf3fh6p23teemuor7mk1i9n567m50ibakcghjec5ajg'
17
export echo_server_port=9999
18
export echo_server="http://localhost:${echo_server_port}"
0 commit comments