X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2FSConscript;h=c31e4ec06fa5666cd118097620abd5ab0614cdfd;hp=5e1171b5246b08e53960197a3ef3aaf5e9596628;hb=9f6110ad327275fecc68248c1d6bd85f6b3d111c;hpb=3fd425aed764fb771f2f49ddb6b30b389a114504 diff --git a/src/SConscript b/src/SConscript index 5e1171b5246..c31e4ec06fa 100644 --- a/src/SConscript +++ b/src/SConscript @@ -26,7 +26,7 @@ def write_git_sha1_h_file(filename): with open(tempfile, "w") as f: args = [ 'sh', Dir('#').abspath + '/git_sha1_gen.sh' ] try: - subprocess.Popen(args, stdout=f) + subprocess.Popen(args, stdout=f).wait() except: print "Warning: exception in write_git_sha1_h_file()" return