mirror of
https://github.com/bpkg/bpkg
synced 2024-11-08 01:10:36 +00:00
woops
This commit is contained in:
parent
d1b688550a
commit
3becfc7c31
@ -128,7 +128,7 @@ bpkg_install () {
|
||||
if [ ! -z "${build}" ]; then
|
||||
(
|
||||
## go to tmp dir
|
||||
cd $( $TMPDIR && echo $TMPDIR || echo /tmp) &&
|
||||
cd $( [ ! -z $TMPDIR ] && echo $TMPDIR || echo /tmp) &&
|
||||
## prune existing
|
||||
rm -rf ${name}-${version} &&
|
||||
## shallow clone
|
||||
|
Loading…
Reference in New Issue
Block a user