Skip to content

Commit

Permalink
Bootstrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic source maintenance committed Jul 8, 2010
1 parent 2a85732 commit 99bf032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mksnapshot-cron.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/sh -ex
echo "RUN: $0"
# Nightly cron job to generate snapshot releases
top=${PWD}
Expand Down
2 changes: 1 addition & 1 deletion mksnapshot.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/sh -ex

if [ $# -lt 1 ]; then
echo "Usage: $0 [branch]"
Expand Down

0 comments on commit 99bf032

Please sign in to comment.