From adced3a5bce74a0a89f1e592a5c9d743e1246474 Mon Sep 17 00:00:00 2001 From: shikhman Date: Mon, 3 Oct 2016 10:33:27 -0700 Subject: [PATCH] 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 --- java/google/registry/xjc/make_pkginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/xjc/make_pkginfo.sh b/java/google/registry/xjc/make_pkginfo.sh index 6bcad649b..d5748ca60 100755 --- a/java/google/registry/xjc/make_pkginfo.sh +++ b/java/google/registry/xjc/make_pkginfo.sh @@ -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");