Skip to content

Commit

Permalink
avoid empty env options
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengqmark committed Aug 21, 2017
1 parent d332aee commit 13e321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ do_run() {
env_vars=(
"VPIC_current_working_dir" "${vpic_dir}"
"LD_PRELOAD" "${dfsu_prefix}/lib/libdeltafs-preload.so"
"PRELOAD_Ignore_dirs" ${XX_IGNORE_DIRS:-""}
"PRELOAD_Ignore_dirs" ${XX_IGNORE_DIRS:-":"}
"PRELOAD_Deltafs_root" "particle"
"PRELOAD_Local_root" "${plfs_dir}"
"PRELOAD_Log_home" "${exp_jobdir}/exp-info"
Expand Down

0 comments on commit 13e321c

Please sign in to comment.