[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4277] branches/1.3



Revision: 4277
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4277&view=rev
Author:   einhverfr
Date:     2012-01-21 10:33:47 +0000 (Sat, 21 Jan 2012)
Log Message:
-----------
Removing unneeded shebang from files in scripts directory

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/scripts/admin.pl
    branches/1.3/scripts/customer.pl
    branches/1.3/scripts/employee.pl
    branches/1.3/scripts/journal.pl
    branches/1.3/scripts/menu.pl
    branches/1.3/scripts/recon.pl
    branches/1.3/scripts/taxform.pl
    branches/1.3/scripts/vendor.pl

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/Changelog	2012-01-21 10:33:47 UTC (rev 4277)
@@ -11,6 +11,8 @@
 * Fixed join projection issue in draft search routine (Chris T)
 * Fixed prepare-database.sh for Pg 9.1 (Erik H)
 * Fixed Customer/vendor selection for dropdowns (Chris T)
+* Fixed some HASH() entries in CSV templates (Chris T)
+* Removed unnecessary shebang lines in scripts/* files (Chris T)
 
 Changelog for 1.3.10
 * Fixes for permissions for exchangerate table (Erik H)

Modified: branches/1.3/scripts/admin.pl
===================================================================
--- branches/1.3/scripts/admin.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/admin.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 package LedgerSMB::Scripts::admin;
 use strict;
 

Modified: branches/1.3/scripts/customer.pl
===================================================================
--- branches/1.3/scripts/customer.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/customer.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 =pod
 

Modified: branches/1.3/scripts/employee.pl
===================================================================
--- branches/1.3/scripts/employee.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/employee.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 =pod
 

Modified: branches/1.3/scripts/journal.pl
===================================================================
--- branches/1.3/scripts/journal.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/journal.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,6 +1,4 @@
-#!/usr/bin/perl
 
-
 =head1 NAME
 
 LedgerSMB::Scripts::journal - LedgerSMB slim ajax script for journal's

Modified: branches/1.3/scripts/menu.pl
===================================================================
--- branches/1.3/scripts/menu.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/menu.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,6 +1,4 @@
-#!/usr/bin/perl
 
-
 =head1 NAME
 
 LedgerSMB::Scripts::menu - LedgerSMB controller script for menus

Modified: branches/1.3/scripts/recon.pl
===================================================================
--- branches/1.3/scripts/recon.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/recon.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 =pod
 
 =head1 NAME

Modified: branches/1.3/scripts/taxform.pl
===================================================================
--- branches/1.3/scripts/taxform.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/taxform.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 =head1 NAME
 
 LedgerSMB::Scripts::taxform - LedgerSMB handler for reports on tax forms.

Modified: branches/1.3/scripts/vendor.pl
===================================================================
--- branches/1.3/scripts/vendor.pl	2012-01-21 10:14:01 UTC (rev 4276)
+++ branches/1.3/scripts/vendor.pl	2012-01-21 10:33:47 UTC (rev 4277)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 =pod
 
 =head1 NAME

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.