ossp-pkg/shtool/sh.install 1.27 -> 1.28
--- sh.install 2003/02/11 13:00:50 1.27
+++ sh.install 2003/06/03 08:28:19 1.28
@@ -137,6 +137,7 @@
sed="$sed -e '$e'"
done
cp $dsttmp $dsttmp.old
+ chmod u+w $dsttmp
eval "$sed <$dsttmp.old >$dsttmp" || shtool_exit $?
rm -f $dsttmp.old
fi
|
|