Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
Co-authored-by: Robrecht Cannoodt <[email protected]>
  • Loading branch information
sainirmayi and rcannood authored Jan 31, 2024
1 parent aedb01d commit 0812ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/featurecounts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
tmp_dir=$(mktemp -d -p "$meta_temp_dir" "${meta_functionality_name}_XXXXXXXXX")

if [[ $par_r_path ]] && [[ ! -d "$par_r_path" ]]; then
mkdir -p $par_r_path
mkdir -p "$par_r_path"
fi

[[ "$par_feature_level" == "false" ]] && unset par_feature_level
Expand Down

0 comments on commit 0812ec9

Please sign in to comment.