# HG changeset patch
# User Robert Bradshaw <robertwb@math.washington.edu>
# Date 1328866496 28800
# Node ID bc2b7ff3d7f2896dd24acb2898b168855297420a
# Parent ba6824cfc2b245e08cd82477f7a153b21c499075
trac #12486: add patchbot to Sage. Apply to SAGE_ROOT repo.
diff --git a/spkg/bin/sage b/spkg/bin/sage
a
|
b
|
|
755 | 755 | exit $? |
756 | 756 | fi |
757 | 757 | |
| 758 | if [ "$1" = '-patchbot' -o "$1" = "--patchbot" ]; then |
| 759 | shift |
| 760 | $SAGE_LOCAL/bin/patchbot/patchbot.py "$@" |
| 761 | exit $? |
| 762 | fi |
| 763 | |
758 | 764 | if [ "$1" = '-c' ]; then |
759 | 765 | cd "$CUR" |
760 | 766 | shift |