After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574328 - pre-commit-check-po.sh uses an invalid next statement
pre-commit-check-po.sh uses an invalid next statement
Status: RESOLVED WONTFIX
Product: sysadmin
Classification: Infrastructure
Component: Git
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2009-03-06 00:14 UTC by Jean-François Wauthy
Modified: 2012-03-05 20:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Wauthy 2009-03-06 00:14:02 UTC
Please describe the problem:
In the hook script pre-commit-check-po.sh available on http://live.gnome.org/GitMigration an invalid next statement is used when skipping an empty file at line 35. Bash doesn't know about 'next' but uses 'continue' instead.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Owen Taylor 2012-03-05 20:41:23 UTC
Thanks for reporting this. The script is nothing that we're maintaining or will be using in the future, though.