X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=configure;h=8d2f10e8b81be744c4baf7e1cb32ba779666ad6b;hb=07cc0ebf6a7141a76fd9b6e2da6cf510def1ebc7;hp=f1f618986ba5d6a7073005d36b68ede3af2c9faf;hpb=1a8ebaf33ee803773082e1978b132273f8fb0bb9;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/configure b/configure index f1f61898..8d2f10e8 100755 --- a/configure +++ b/configure @@ -113,9 +113,9 @@ fi # Generating the HB_BUILD and HB_VERSION for snapshots requires # the build date, working path, and current SVN revision. -BUILD_DATE=$(date +%Y%m%d) -FULL_PATH=$(pwd) -SVN_REV=$(svnversion) +BUILD_DATE=`date +%Y%m%d` +FULL_PATH=`pwd` +SVN_REV=`svnversion` # Generate config.jam rm -f config.jam