mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
fix-autogen
This commit is contained in:
parent
6e72b520a9
commit
b8e6cf4f48
|
|
@ -10,6 +10,8 @@ if test -z "$NOCONFIGURE" ; then
|
|||
echo 'Configuring...'
|
||||
cd "${bs_dir}" &> /dev/null
|
||||
test "$?" = "0" || e=1
|
||||
test "$cwd" != "$bs_dir" && cd "$cwd" &> /dev/null
|
||||
test "$cwd" != "$bs_dir" && cd "$bs_dir" &> /dev/null
|
||||
./configure $@
|
||||
test "$e" = "1" && exit 1
|
||||
cd "$cwd"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue