[BUGFIX] __link: remove trailing 's' in variable name

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-16 10:28:00 +01:00
parent 44c8adccbe
commit aee6953ecd
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ case "$type" in
;;
esac
echo ln ${lnopts} -f \"$source\" \"$destination\"
echo ln ${lnopt} -f \"$source\" \"$destination\"