From 8575810098d2cc1570cb7c37a2d21c4b0b3d8f68 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Thu, 5 Sep 2013 13:46:32 -0700 Subject: [PATCH] HBASE-9446 saveVersion.sh spit pushd: not found popd: not found --- hbase-common/pom.xml | 2 +- hbase-common/src/saveVersion.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git hbase-common/pom.xml hbase-common/pom.xml index e000265..fe15622 100644 --- hbase-common/pom.xml +++ hbase-common/pom.xml @@ -84,7 +84,7 @@ - + diff --git hbase-common/src/saveVersion.sh hbase-common/src/saveVersion.sh index 45d6ce3..30c3682 100644 --- hbase-common/src/saveVersion.sh +++ hbase-common/src/saveVersion.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # This file is used to generate the annotation of package info that # records the user, url, revision and timestamp. @@ -20,10 +20,11 @@ unset LANG unset LC_CTYPE + version=$1 outputDirectory=$2 -pushd +pushd . cd .. user=`whoami` -- 1.7.10.2 (Apple Git-33)