mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user