Andreas Jaeger cc5c802da7 Fix check_projects_yaml_alphabetized.sh
The previous patch moved " PROJECTS_LIST=$OLDPWD/modules/..." before
the pushd call. But pushd changes the path and thus OLDPWD as well.

So, there are two possible fixes: Either remove the OLDPWD variable from
the if and set PROJECTS_LIST in another way with a full path or
move the pushd call before the if.

Change-Id: If47ab0cfb0078d5e570057c974e3d1f0367d4e0a
2014-01-26 15:00:43 +01:00
..
2013-12-05 18:38:04 +00:00
2013-09-06 13:29:04 -07:00
2013-12-06 15:17:28 -05:00
2013-10-21 10:17:48 -07:00
2012-11-12 18:58:07 +00:00
2013-12-27 22:56:55 +00:00
2013-05-17 17:21:21 +00:00
2013-05-20 20:40:03 +00:00
2012-11-10 23:50:17 +00:00
2014-01-08 16:26:21 +08:00