diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-29 15:09:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-29 15:09:56 -0300 |
commit | 22add0bd4883dc763361e4484fc3d38527862831 (patch) | |
tree | 5a6413d6a667acd287cffe7664af6447912b2b87 | |
parent | 3ca7015a4c572494e54642c132716fb7e6f3157e (diff) | |
download | scripts-22add0bd4883dc763361e4484fc3d38527862831.tar.gz scripts-22add0bd4883dc763361e4484fc3d38527862831.tar.bz2 |
Using 'cp -a' at mvln
-rwxr-xr-x | mvln | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,4 +15,4 @@ fi # Proceed mkdir -p `dirname $2` -cp "$1" "$2" && ln -sf "$2" "$1" +cp -a "$1" "$2" && ln -sf "$2" "$1" |