Skip to content

Commit

Permalink
Adjust script output
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandscat committed Sep 4, 2024
1 parent 95c60d2 commit 13c3f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/adlc/src/main/templates_closure_copy.e
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ feature -- Commands
str.append ("if [ ! -f " + tgt_path + " ]; then%N")

--output a mkdir -p command to make sure target directory exists
str.append (" mkdir -p " + tgt_dirname + " && ")
str.append (" mkdir -p " + tgt_dirname + " && \%N")

-- output a copy command of form 'cp source target'
str.append (" cp " + paths_csr.key.to_string_8 + " " + tgt_path + "%N")
str.append (" cp " + paths_csr.key.to_string_8 + " " + tgt_dirname + "%N")
str.append ("fi%N")
end

Expand Down

0 comments on commit 13c3f34

Please sign in to comment.