Skip to content
Snippets Groups Projects
Verified Commit 32bc78a2 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

gitpkg: Use r+ instead of w+ mode (no func. change)

parent 4a08eda2
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ class PkgbuildReader < Pkgbuild
def initialize(*args)
super
@bash = IO.popen ["bash"], "w+"
@bash = IO.popen ["bash"], "r+"
@bash.puts "{", @contents, "} &>/dev/null"
@pkgbase = read :pkgbase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment