This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
libreoffice
Watch
2
Star
0
Fork
0
You've already forked libreoffice
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cb151051d79a7ec176e769a33a56e7d906fc1425
libreoffice
/
desktop
/
scripts
/
sdraw.sh
5 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
MWS_SRX644: migrate branch mws_srx644 -> HEAD
2003-03-25 12:52:54 +00:00
#!/bin/sh
tdf#105204 fix shellcheck warnings in desktop/scripts Use $(..) instead of `..`, use && and || instead of -a and -o, double quote to prevent word splitting, handle cd failure. Change-Id: I860891323a81ac4a46c868ab028df1e1f837c115 Reviewed-on: https://gerrit.libreoffice.org/33897 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2017-02-03 22:05:44 +03:00
cmd
=
$(
dirname
"
$0
"
)
/soffice
prefer the long prefix '--'
2011-01-04 23:45:49 +09:00
exec
"
$cmd
"
--draw
"
$@
"
Reference in New Issue
Copy Permalink