Skip to content
Snippets Groups Projects
Commit 34b1e6f0 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Fixed diff tool to ignore CDPATH settings

parent ba71a324
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ diff_exp_files () (
[ "x$3" = x ] && die "Oops: invalid number of parameters
Usage: $PROGRAM experiment_id_a experiment_id_b path_to_a [path_to_b]"
unset CDPATH
EXP_A=$1
EXP_B=$2
PATH_A=$3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment