diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-17 14:55:12 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-17 14:55:12 +0200 |
commit | 884f20b5952bebd48e98afb753175b6069703016 (patch) | |
tree | a50cbee35beaf36889b0172e8a4b0e8f66ed126c /include/bootstrap | |
parent | 559ed7359bcda4ca8debb9373654b4c7fd232c99 (diff) |
include/bootstrap: Fixed alignment
Diffstat (limited to 'include/bootstrap')
-rwxr-xr-x | include/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootstrap b/include/bootstrap index 793c6f3..621cc8e 100755 --- a/include/bootstrap +++ b/include/bootstrap @@ -17,7 +17,7 @@ if [[ -n $1 ]] { PKG_ROOT is an URI, either of the form proto://host/path, or just /path Note: The path must be absolute, it may not contain a literal ~ PKG_DIR is the path where pkg and all further packages will be installed, - by default $default_path + by default $default_path meow exit 100 } |