summaryrefslogtreecommitdiff
path: root/components/bootstrap_cdebootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'components/bootstrap_cdebootstrap')
-rwxr-xr-xcomponents/bootstrap_cdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bootstrap_cdebootstrap b/components/bootstrap_cdebootstrap
index 3ac2b95d6..6ab7b21b5 100755
--- a/components/bootstrap_cdebootstrap
+++ b/components/bootstrap_cdebootstrap
@@ -174,7 +174,7 @@ def main():
# * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly.
cache = subprocess.call('cp -a chroot cache/bootstrap', shell=True)
- ## stagefile
+ # stagefile
os.makedirs('.build', exist_ok=True)
open('.build/bootstrap', 'w').close()