Skip to content

Commit

Permalink
Remove an unused argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr authored and PatZim committed Mar 20, 2019
1 parent e3bc18d commit c5aec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/install-moar-runner.pl
Expand Up @@ -30,7 +30,7 @@
open my $fh, ">", $install_to
or die "Could not open $install_to: $!";
if ($relocatable) {
printf $fh <<'EOS', $moar;
printf $fh <<'EOS';
#!/bin/bash
# Sourced from https://stackoverflow.com/a/246128/1975049
Expand Down

0 comments on commit c5aec55

Please sign in to comment.