unpatch.sh 136 B

12345678910
  1. #!/bin/bash
  2. set -e
  3. . "$GLUONDIR"/scripts/modules.sh
  4. for module in $GLUON_MODULES; do
  5. cd "$GLUONDIR"/$module
  6. git checkout base
  7. done