[Pkg-haskell-commits] darcs: tools: Typo

Joachim Breitner mail at joachim-breitner.de
Sun Oct 21 13:57:13 UTC 2012


Fri Oct 19 17:38:33 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Typo
  Ignore-this: 24f8e955fef3f4d69ae87729e436f5b

    M ./mass-build.sh -1 +1

Fri Oct 19 17:38:33 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Typo
  Ignore-this: 24f8e955fef3f4d69ae87729e436f5b
diff -rN -u old-tools//mass-build.sh new-tools//mass-build.sh
--- old-tools//mass-build.sh	2012-10-21 13:57:13.666742608 +0000
+++ new-tools//mass-build.sh	2012-10-21 13:57:13.830742711 +0000
@@ -201,7 +201,7 @@
 	if ! echo $installable | fgrep -wq $dir
 	then
 		echo "Package was found to be uninstallable, skipping.."
-		uninstallable="$uninstallable dir"
+		uninstallable="$uninstallable $dir"
 		continue
 	fi
 





More information about the Pkg-haskell-commits mailing list