Skip to content

Commit

Permalink
fix command in rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Largo committed May 16, 2023
1 parent ea5f564 commit 1e160f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
spec.urls.each { |key, url| url.chomp! }

task :build_stub do
sh "bash -c make -C src"
sh "bash -c 'make -C src'"
cp "src/stub.exe", "share/ocran/stub.exe"
cp "src/stubw.exe", "share/ocran/stubw.exe"
cp "src/edicon.exe", "share/ocran/edicon.exe"
Expand Down

0 comments on commit 1e160f1

Please sign in to comment.