Skip to content

Commit

Permalink
export bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
niaow committed Nov 14, 2017
1 parent f8e85f9 commit 48b31ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ elif [ "$1" == "bootstrap" ]; then
echo "Missing arguments" >&2
exit 1
fi
bootstrap="$PWD"
export bootstrap="$PWD"
export ROOTFS="$2"
REPO="$3/$4/$5"
mkdir "$ROOTFS" || fail "Failed to mkdir $ROOTFS" 2
Expand Down

0 comments on commit 48b31ea

Please sign in to comment.