Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd62d4c3

Browse files
committed
Change
#! /usr/local/bin/perl -wto#! /usr/bin/perlThe path is probably more portable, and the -w was kind of silly for a sixline script that produces two warnings as it stands.
1 parentb7001d0 commitd62d4c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/test/locale/sort-test.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/perl -w
1+
#!/usr/bin/perl
22
use locale;
33

44
open(INFILE,"<$ARGV[0]");
@@ -9,4 +9,3 @@
99
my(@result) =sort@words;
1010

1111
print"@result\n";
12-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp