We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f850229 commit 14d188aCopy full SHA for 14d188a
core/debootstrap/debootstrap
@@ -10,7 +10,7 @@ export PATH
10
11
###########################################################################
12
13
-if [ -d ../../core ]; then
+if [ -d core ] || [ -d ../../core ]; then
14
DEBOOTSTRAP_DIR="core/debootstrap"
15
else
16
if [ -z "$DEBOOTSTRAP_DIR" ]; then
0 commit comments