Mozilla/mozilla/tools/build/sync-all-configures
rhelmer%mozilla.com ad2503f3b4 better version of autoconf generator b=375219 r=preed
git-svn-id: svn://10.0.0.236/trunk@222370 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-25 22:02:28 +00:00

6 lines
116 B
Bash
Executable File

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