Pass command line arguments on to the script.

This commit is contained in:
Ramiro Estrugo 2000-05-04 21:14:24 +00:00
parent 2315a6f256
commit 0a01f7d7f0
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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