mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
10 lines
203 B
Bash
10 lines
203 B
Bash
#!/bin/bash -le
|
|
|
|
#-l above (login shell) so that /etc/profile runs so that perl is
|
|
# on the path.
|
|
|
|
#-e so that if any command has an exit code != 0, this script will
|
|
# exit immediately.
|
|
|
|
../commonbuild
|