Skip to content

Commit

Permalink
Merge pull request #1 from thinkverse/refactor-bin
Browse files Browse the repository at this point in the history
Switch from `/usr/bin` to `/usr/bin/env`
  • Loading branch information
erikaheidi committed Jun 10, 2021
2 parents 2d32803 + 313613b commit b560dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gdaisy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

if (php_sapi_name() !== 'cli') {
Expand Down

0 comments on commit b560dac

Please sign in to comment.