userinstall

Changeset

14:7f2a9b56594f
2007-10-13 Paul Boddie raw files shortlog changelog graph Fixed a syntax error when testing for --help in user-setup.
README.txt (file) packages/ubuntu-feisty/userinstall/debian/changelog (file) user-setup (file)
     1.1 --- a/README.txt	Sun Sep 16 18:21:24 2007 +0200
     1.2 +++ b/README.txt	Sat Oct 13 21:18:21 2007 +0200
     1.3 @@ -26,6 +26,11 @@
     1.4  fakechroot      Tested with 2.5-1.1
     1.5  debootstrap     Tested with 0.3.3.2ubuntu3
     1.6  
     1.7 +New in userinstall 0.1.1 (Changes since userinstall 0.1)
     1.8 +--------------------------------------------------------
     1.9 +
    1.10 +  * Fixed an argument parsing error in the user-setup script.
    1.11 +
    1.12  Configuration
    1.13  -------------
    1.14  
     2.1 --- a/packages/ubuntu-feisty/userinstall/debian/changelog	Sun Sep 16 18:21:24 2007 +0200
     2.2 +++ b/packages/ubuntu-feisty/userinstall/debian/changelog	Sat Oct 13 21:18:21 2007 +0200
     2.3 @@ -1,3 +1,10 @@
     2.4 +userinstall (0.1.1-0ubuntu1) feisty; urgency=low
     2.5 +
     2.6 +  * Fixed an argument parsing error in the user-setup
     2.7 +    script.
     2.8 +
     2.9 + -- Paul Boddie <paul@boddie.org.uk>  Sat, 13 Oct 2007 21:17:44 +0200
    2.10 +
    2.11  userinstall (0.1-0ubuntu1) feisty; urgency=low
    2.12  
    2.13    * Initial release.
     3.1 --- a/user-setup	Sun Sep 16 18:21:24 2007 +0200
     3.2 +++ b/user-setup	Sat Oct 13 21:18:21 2007 +0200
     3.3 @@ -11,7 +11,7 @@
     3.4  	exit 1
     3.5  fi
     3.6  
     3.7 -if [ $1 == "--help" ]; then
     3.8 +if [[ $1 == "--help" ]]; then
     3.9  	echo "Usage: user-setup [ <mirror> ]"
    3.10  	echo
    3.11  	echo "Examples:"