Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
denismosolov committed Sep 6, 2019
1 parent 96ee245 commit 085e1ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helpers/fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ create_temporary_dirs() {
remove_temporary_dirs() {
local target=${BUILD_DIR}/${PROJECT_NAME}

#if ! ${CREATE_ONLY_CHROOT}; then
# rm -rf "${target}"
#fi
if ! ${CREATE_ONLY_CHROOT}; then
rm -rf "${target}"
fi
}

# Installs the specified file to the specified directory and changes
Expand Down

0 comments on commit 085e1ce

Please sign in to comment.