File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
#
14
14
# }}}
15
15
#
16
- # Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
16
+ # Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
17
17
18
18
export PATH=/usr/bin:/usr/sbin:/opt/ooce/bin
19
19
export OMNIVER=master
@@ -728,7 +728,7 @@ function reset_buildrepo {
728
728
729
729
echo " Clearing build IPS repository ($repo )..."
730
730
[ -d " $repo /.zfs" ] && zfsrollback " $repo "
731
- [ -d " $repo " ] && rm -rf " $repo /* "
731
+ [ -d " $repo " ] && rm -rf " $repo " / *
732
732
pkgrepo create " $repo "
733
733
pkgrepo add-publisher -s " $repo " omnios
734
734
pkgrepo -s " $repo " info
@@ -738,7 +738,7 @@ function cleanup_omnios {
738
738
echo " Clearing temporary build directory..."
739
739
for d in " $omnios_buildtmp " " $omnios_clone /tmp.repo" ; do
740
740
[ -d " $d /.zfs" ] && zfsrollback " $d "
741
- [ -d " $d " ] && rm -rf " $d /* "
741
+ [ -d " $d " ] && rm -rf " $d " / *
742
742
done
743
743
reset_buildrepo " $omnios_buildrepo "
744
744
reset_buildrepo " $braich_buildrepo "
You can’t perform that action at this time.
0 commit comments