From 1058a15cfaf595ba4b9948eb89042a2bf8b86d94 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 19 Sep 2008 19:13:56 +0000 Subject: [PATCH] - revert mistakenly committed changes to ./build/branch.sh --- build/branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/branch.sh b/build/branch.sh index 5c5a618..0b9b1cd 100755 --- a/build/branch.sh +++ b/build/branch.sh @@ -16,7 +16,7 @@ if [ ! -d $dir ]; then echo >&2 "${progname}: directory '$dir' does not exist." exit 1 fi -module=$(basename `cat $dir/CVS/Repository`) +module=$(basename $(<$dir/CVS/Repository)) if [ "$module" = "lustre" ]; then echo >&2 "${progname}: You probably want to branch lustre or lnet." -- 1.8.3.1