gecko/tools/build/sync-all-configures
2007-03-25 15:01:12 -07:00

6 lines
123 B
Bash
Executable File

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