Skip to content

Commit 9a822b2

Browse files
committed
Fix UCM_PATH issues
1 parent 0babc9b commit 9a822b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transcripts/transcript_functions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ mkdir -p "${ucm_xdg_data_dir}/unisonlanguage"
1111
ucm_credentials_file="${ucm_xdg_data_dir}/unisonlanguage/credentials.json"
1212

1313
# Executable to use when running unison transcripts
14-
export UCM_PATH="${UCM_PATH:-"$(which ucm)"}"
14+
UCM_PATH="$(which ucm)"
15+
export UCM_PATH
1516
export empty_causal_hash='sg60bvjo91fsoo7pkh9gejbn0qgc95vra87ap6l5d35ri0lkaudl7bs12d71sf3fh6p23teemuor7mk1i9n567m50ibakcghjec5ajg'
1617
export echo_server_port=9999
1718
export echo_server="http://localhost:${echo_server_port}"

0 commit comments

Comments
 (0)