7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
chmod a-w win32.cache
|
|
jhbuild --file=build.jhbuildrc $*
|
|
chmod u+w win32.cache
|