Make /bin/bash explicit in make_pkginfo

/bin/sh is not always /bin/bash, and double bracket evaluations don't work on all sh implementations.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134998874
This commit is contained in:
shikhman 2016-10-03 10:33:27 -07:00 committed by Ben McIlwain
parent b7a2c36be8
commit adced3a5bc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright 2016 The Domain Registry Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");