diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-27 16:41:39 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-27 16:41:39 -0500 |
commit | eb5cbeea0dc649d18ea4d6330c0787fc5a962b52 (patch) | |
tree | 1e18c56ee5a2f407e99095050692402bd5cb5c0f /aur | |
parent | eba54d82f4e932ff2c3bf09fcc695085dc83bf19 (diff) |
fixes and tabs -> spaces
Diffstat (limited to 'aur')
-rwxr-xr-x | aur | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ function usage { while getopts 'h' arg; do case $arg in - h) usage; exit 0 ;; - *) usage; exit 1 ;; + h) usage; exit 0 ;; + *) usage; exit 1 ;; esac done |