Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
david committed Nov 25, 2015
1 parent 7063238 commit 4861983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crP
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ done
exec 3> /dev/null
touch ./${file} >&3
chmod a+x ./${file} >&3
echo '#!/bin/perl -w' >> ${file}
echo '#!/usr/bin/perl -w' >> ${file}
echo ' ' >> ${file}
echo 'use strict;' >> ${file}
echo 'use warnings;' >> ${file}

0 comments on commit 4861983

Please sign in to comment.