mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Pass command line arguments on to the script.
This commit is contained in:
parent
2315a6f256
commit
0a01f7d7f0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-05-04 Ramiro Estrugo <ramiro@eazel.com>
|
||||
|
||||
* src/run-nautilus: Pass command line arguments on to the script.
|
||||
|
||||
2000-05-04 J Shane Culpepper <pepper@eazel.com>
|
||||
*components/eazel/services/install/eazel-install-xml-package-list.c
|
||||
Making minor fixes. Changed gint reference to int. Made
|
||||
|
|
|
@ -5,6 +5,6 @@ nautilus-clean.sh -q
|
|||
killall oafd > /dev/null 2>&1
|
||||
killall gconfd > /dev/null 2>&1
|
||||
|
||||
nautilus
|
||||
nautilus ${1+"$@"}
|
||||
|
||||
nautilus-clean.sh -q
|
||||
|
|
Loading…
Reference in a new issue