Pass the script to doScript() as const char *
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Oct 2010 07:51:00 +0000 (10:51 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Oct 2010 07:51:00 +0000 (10:51 +0300)
commit3b99c79ef92fbf63f6b9ede762b7cdff169086d6
treeb19ac491424b31cde12d54b01b6b3c2cd5dd656f
parent3f152a1312d10a90249169f6b978d96b84e5991b
Pass the script to doScript() as const char *
- doScript() doesn't do anything special with the script buffer,
  this lets us use const for the argument.
build/build.c
build/files.c
build/rpmbuild_internal.h