Not supported on certain versions of BusyBox - fixes issue #52

This commit is contained in:
Laurent Cozic
2016-05-05 14:10:06 +02:00
parent ded89f98d6
commit b905b61a86
+1 -1
View File
@@ -101,7 +101,7 @@ fn_touch() {
} }
fn_ln() { fn_ln() {
fn_run_cmd "ln -vs -- $1 $2" fn_run_cmd "ln -s -- $1 $2"
} }
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------