[Lunar-commits] r16960 - lunar/branches/stable/var/lib/lunar/compilers
Terry Chan
tchan at lunar-linux.org
Sun Oct 16 16:40:45 UTC 2005
Author: tchan
Date: 2005-10-16 16:40:41 +0000 (Sun, 16 Oct 2005)
New Revision: 16960
Modified:
lunar/branches/stable/var/lib/lunar/compilers/ld
Log:
My attempt to get svn to recoginize the correct permissions on ld.
Which should be 755, not 644.
Modified: lunar/branches/stable/var/lib/lunar/compilers/ld
===================================================================
--- lunar/branches/stable/var/lib/lunar/compilers/ld 2005-10-16 14:46:59 UTC (rev 16959)
+++ lunar/branches/stable/var/lib/lunar/compilers/ld 2005-10-16 16:40:41 UTC (rev 16960)
@@ -1,5 +1,5 @@
#!/bin/bash
-
+
if [ -n "$LUNAR_DEBUG" ] ; then
echo "++ ${LD_PATH:-/usr/bin}/ld \"$@\"" >&2
fi
More information about the Lunar-commits
mailing list