Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix problem to FreeBSD compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux committed Nov 28, 2018
1 parent 33c8296 commit 260a864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ echo "Set version and official release"
sed \
-e 's/"PLUGIN_FUSIONINVENTORY_OFFICIAL_RELEASE", "0"/"PLUGIN_FUSIONINVENTORY_OFFICIAL_RELEASE", "1"/' \
-e 's/ SNAPSHOT//' \
-i setup.php
-i '' setup.php

echo "Minify stylesheets and javascripts"
$INIT_PWD/vendor/bin/robo minify
Expand Down
2 changes: 1 addition & 1 deletion tools/update_mo.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#!/usr/bin/perl -w
# /**
# * ---------------------------------------------------------------------
Expand Down

0 comments on commit 260a864

Please sign in to comment.