Skip to content
Snippets Groups Projects
Verified Commit b33d53bd authored by Philip Hands's avatar Philip Hands
Browse files

cludge around #1073785

parent 99800fc4
No related branches found
No related tags found
No related merge requests found
......@@ -519,6 +519,9 @@ else
elif ubuntu-distro-info --series "$1" >/dev/null 2>&1; then
SCRIPT="$DEBOOTSTRAP_DIR/scripts/gutsy"
fi
else
# this is a work-around for #1073785
SCRIPT="$DEBOOTSTRAP_DIR/scripts/sid"
fi
if [ -n "$VARIANT" ] && [ -e "${SCRIPT}.${VARIANT}" ]; then
SCRIPT="${SCRIPT}.${VARIANT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment