ghc-doc-index: drop bash-ism (#1146733)

This commit is contained in:
Jens Petersen 2014-09-29 13:35:40 +09:00
parent 4ebfefdb13
commit 597b182ead
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ if [ -x "gen_contents_index" -a ! -r "$PKGDIRCACHE.new" -o -n "$DIR_DIFF" ]; the
fi
if [ -f $PKGDIRCACHE.new ]; then
mv -f $PKGDIRCACHE{.new,}
mv -f $PKGDIRCACHE.new $PKGDIRCACHE
fi