[fix] Missing stretch ref

This commit is contained in:
ljf (zamentur) 2020-09-15 16:27:49 +02:00 committed by GitHub
parent c57eb86e9d
commit 99620e9599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
SUITE="buster"
ls -l /usr/share/debootstrap/scripts/stretch
ls -l /usr/share/debootstrap/scripts/buster
. /usr/share/debootstrap/scripts/stretch
. /usr/share/debootstrap/scripts/buster
save_function() {
local ORIG_FUNC=$(declare -f $1)