diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-29 13:18:15 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-29 13:18:15 +0800 |
commit | 3f9e3ef3fe78d0f28ed25a99af503ccfba38330f (patch) | |
tree | ae2b4427bbd4d7d3c2607ce045abe0045a87d557 /admin/build-configs | |
parent | 411bf4a486ae5bfe32b8e10c6293f525905c0049 (diff) | |
download | emacs-3f9e3ef3fe78d0f28ed25a99af503ccfba38330f.tar.gz |
Add the "use strict;" and "use warnings;" pragmas.
* admin/make-emacs:
* admin/build-configs: Add the "use strict;" and "use warnings;" pragmas.
Diffstat (limited to 'admin/build-configs')
-rwxr-xr-x | admin/build-configs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/build-configs b/admin/build-configs index 8b738befb18..ac0d219fac9 100755 --- a/admin/build-configs +++ b/admin/build-configs @@ -20,6 +20,8 @@ require 5; +use strict; +use warnings; use Getopt::Long; use File::Basename; use Cwd; |