blob: 223d0af9ecf93ee1b0e8542bbdeaf40f6b37b98e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2010-04-01 13:44:38.000000000 +0200
+++ configure 2010-04-01 13:45:49.000000000 +0200
@@ -24238,7 +24238,7 @@
"
METACITY_MINOR_VERSION=30
-if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then
stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
echo "This is the UNSTABLE branch of metacity"
echo -n "Use 2.$stable_version.x for stable "
|