diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-02 22:02:43 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-02 22:11:19 +0100 |
commit | cb474e20d6ff923a8f338f26b93234411065ffc0 (patch) | |
tree | 4e3c16c18adcc9fd7b3b58f45064ec752f47485e /setup-apkrepos.in | |
parent | 9f65b05ba2b0b291f9973228a5c4395508b95b16 (diff) | |
download | alpine-conf-cb474e20d6ff923a8f338f26b93234411065ffc0.zip |
fix mixed tabs & spaces and surplus empty lines at EOF
Diffstat (limited to 'setup-apkrepos.in')
-rw-r--r-- | setup-apkrepos.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index 136dcf8..8c5e1e6 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -158,11 +158,11 @@ __EOF__ } while getopts "fhr" opt; do - case $opt in - f) JUSTADDFASTEST=1;; - h) usage;; - r) JUSTADDRANDOM=1;; - esac + case $opt in + f) JUSTADDFASTEST=1;; + h) usage;; + r) JUSTADDRANDOM=1;; + esac done shift $(($OPTIND - 1)) |