[BUGFIX] __link: remove trailing 's' in variable name
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
44c8adccbe
commit
aee6953ecd
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ case "$type" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo ln ${lnopts} -f \"$source\" \"$destination\"
|
echo ln ${lnopt} -f \"$source\" \"$destination\"
|
||||||
|
|
Loading…
Reference in a new issue