[PATCH] git warpper: forcing the recreation of symlinks
Florian Bircher
florian.bi at gmx.net
Wed Jan 19 13:37:47 PST 2011
---
g | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/g b/g
index 2f6fcd4..7336cd2 100755
--- a/g
+++ b/g
@@ -237,7 +237,7 @@ for REPO in $DIRS ; do
for link in $(ls) ; do
if [ ! -e "$RAWBUILDDIR/$link" ] ; then
echo "Creating missing link $link"
- ln -s "$DIR/$link" "$RAWBUILDDIR/$link"
+ ln -sf "$DIR/$link" "$RAWBUILDDIR/$link"
fi
done
;;
--
1.7.3.3
--------------050806080800000601020204--
More information about the LibreOffice
mailing list