gecko/tools/build/sync-all-configures

6 lines
116 B
Plaintext
Raw Normal View History

#!/bin/sh
for branch in HEAD MOZILLA_1_8_BRANCH MOZILLA_1_8_0_BRANCH; do
$HOME/bin/sync-configure $branch
done