aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xNP-VERSION-GEN4
1 files changed, 2 insertions, 2 deletions
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN
index f963e637..10428b3e 100755
--- a/NP-VERSION-GEN
+++ b/NP-VERSION-GEN
@@ -29,8 +29,8 @@ elif test -d $SRC_ROOT/.svn -o -f $SRC_ROOT/.svn &&
*$LF*) (exit 1) ;;
Revision:*)
VN=`echo $VN | awk '{print $NF}'`
- test "`svn status 2>/dev/null | grep '^[AMD]' | wc -l`" = 0 ||
- VN="$VN-dirty" ;;
+ SS=`svn status 2>/dev/null | grep '^[AMD]' | wc -l`
+ test "$SS" = 0 || VN="$VN-dirty" ;;
esac
then
VN=`echo "trunk.$VN" | sed -e 's/-/./g'`;