diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-10-14 05:20:08 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-15 04:40:53 +0200 |
commit | 217aaaf3ea6d533ee77e4fad19d320c70a302382 (patch) | |
tree | 67edf6cff2558a8bc48a83c208bf23ca8c545e31 /scripts/po | |
parent | ed511b141f1680b52efe3338eb90a9598af0a4dd (diff) | |
download | pacman-217aaaf3ea6d533ee77e4fad19d320c70a302382.tar.gz pacman-217aaaf3ea6d533ee77e4fad19d320c70a302382.tar.xz |
autogen.sh: remove useless shell flag and subshells
$ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: BASH_SOURCE: parameter not set
The -u flag causes this (and lots of other mysterious problems). Since
there aren't even any variables in this script, it makes no sense to
use it.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/po')
0 files changed, 0 insertions, 0 deletions