summaryrefslogtreecommitdiff
path: root/src/remove.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-01 18:14:51 +0000
committerdavidovski <david@davidovski.xyz>2022-03-01 18:14:51 +0000
commit24b636fadc9e0503f662e4a04c8e062556a76e20 (patch)
tree0c560314557df6aba555f90f1c353cfd37370d6b /src/remove.sh
parent9c02706d857661ca68351ad932b129150db1bfe0 (diff)
will only remove in the sourcev1.0.3
Diffstat (limited to 'src/remove.sh')
-rw-r--r--src/remove.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.sh b/src/remove.sh
index 3e722fb..cdea192 100644
--- a/src/remove.sh
+++ b/src/remove.sh
@@ -30,7 +30,7 @@ remove () {
local removed=0
${QUIET} || hbar
for file in $(cat $to_remove); do
- rm -rf $file
+ rm -rf ${SYSROOT}/$file
removed=$((removed+1))
${QUIET} || hbar ${HBAR_RED} -T "removing files" $removed $total