Skip to content

Commit

Permalink
ack-standalone no longer set to read only on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
torsten.blix committed Feb 27, 2008
1 parent 64d4d4e commit 12ff3be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ NEXT
Changed quoting of command line arguments and adjusted tests to
it. Thanks also for the idea this, Christopher J. Madsen!

And more stuff spotted by Christopher: ack-standalone is no longer
set to readonly on Windows.


1.77_03 Wed Feb 20 11:16:43 CST 2008
[CHANGED FUNCTIONALITY]
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ smallprof: all
$(STANDALONE) : $(ACK) $(APP_ACK_PM) squash Makefile
$(PERL) squash ack File::Next $(APP_ACK_PM) > $(STANDALONE)
$(CHMOD) +x $(STANDALONE)
$(CHMOD) 0755 $(STANDALONE)
$(PERL_T) -c $(STANDALONE)
$(ACK_HELP) : $(STANDALONE)
Expand Down

0 comments on commit 12ff3be

Please sign in to comment.