Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers/build-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'commands/helpers/build-snapshot')
-rwxr-xr-xcommands/helpers/build-snapshot2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/helpers/build-snapshot b/commands/helpers/build-snapshot
index 84b1150..1dbf2eb 100755
--- a/commands/helpers/build-snapshot
+++ b/commands/helpers/build-snapshot
@@ -43,7 +43,6 @@ runsugarscript=$rootdir/run-sugar.sh
cat > $runsugarscript << "EOF"
#!/bin/sh
-commands/check-system
commands/run
EOF
@@ -54,7 +53,6 @@ runshellscript=$rootdir/run-shell.sh
cat > $runshellscript << "EOF"
#!/bin/sh
-commands/check-system
commands/shell
EOF