Created
September 25, 2014 10:49
-
-
Save hkoba/8cd4d9651e18d168114f to your computer and use it in GitHub Desktop.
To remove bash-ism from ghc-doc-index.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ghc-doc-index.orig 2014-09-25 19:47:00.000000000 +0900 | |
+++ ghc-doc-index 2014-09-25 19:47:28.000000000 +0900 | |
@@ -34,5 +34,5 @@ | |
fi | |
if [ -f $PKGDIRCACHE.new ]; then | |
- mv -f $PKGDIRCACHE{.new,} | |
+ mv -f $PKGDIRCACHE.new $PKGDIRCACHE | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment