Skip to content

Commit

Permalink
Merge pull request #142 from jame/Fixes_for_Issue_141
Browse files Browse the repository at this point in the history
Fixes for issue 141: twelve affected files
  • Loading branch information
krkeegan committed Jun 1, 2013
2 parents 8995ba2 + 39c4b35 commit e20d474
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions bin/display_callers
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!d:/perl/bin/perl.exe
# -*- Perl -*-
#!/usr/bin/perl
#---------------------------------------------------------------------------
# File:
Expand Down
2 changes: 1 addition & 1 deletion bin/test_x10
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/perl -w
#!/usr/bin/perl -w

# Use this as a stand-alone (outside of mh) way to
# test a CM11 and/or CM17 X10 device
Expand Down
2 changes: 1 addition & 1 deletion bin/xAP-festival.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/perl
#!/usr/bin/perl

=begin comment
Expand Down
2 changes: 1 addition & 1 deletion web/bin/dbmedit.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
#
# DBMEdit 1.0
#
Expand Down
2 changes: 1 addition & 1 deletion web/bin/test_cgi_error.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/local/bin/perl
#!/usr/bin/perl

# Test for returning errors

Expand Down
2 changes: 1 addition & 1 deletion web/bin/weather_graph_zoom.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/local/bin/perl
#!/usr/bin/perl
#
# $Date$
# $Revision$
Expand Down
2 changes: 1 addition & 1 deletion web/newclock/alarm.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/local/bin/perl
#!/usr/bin/perl


use CGI;
Expand Down
2 changes: 1 addition & 1 deletion web/newclock/index.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/local/bin/perl
#!/usr/bin/perl


use CGI;
Expand Down
2 changes: 1 addition & 1 deletion web/organizer/calendar.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/perl -w
#
# $Date$
# $Revision$
Expand Down
2 changes: 1 addition & 1 deletion web/organizer/contacts.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/perl -w
# ----------------------------------------------------------------------------
# contacts.pl
# Copyright (c) 2001 Jason M. Hinkle. All rights reserved. This script is
Expand Down
2 changes: 1 addition & 1 deletion web/organizer/tasks.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/perl -w
# ----------------------------------------------------------------------------
# tasks.pl
# Copyright (c) 2001 Jason M. Hinkle. All rights reserved. This script is
Expand Down

0 comments on commit e20d474

Please sign in to comment.