Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Oct 24, 2017
1 parent 74e9dcd commit c7e9d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fai-cd
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ burniso() {
while getopts "AekfhHg:Jbs:SBMn:m:c:C:d:" opt ; do
case "$opt" in
A) autodiscover=1 ;;
c) csdir="$OPTARG" ;
c) csdir="$OPTARG" ;;
C) cdir="$OPTARG" ; arguments+=" -C $cdir";;
e) hidevartmp=1 ;;
f) forceremoval=1 ;;
Expand All @@ -380,7 +380,7 @@ while getopts "AekfhHg:Jbs:SBMn:m:c:C:d:" opt ; do
J) sqopt="-comp xz" ; arguments+=" -J";;
M) nomirror=1 ;;
m) mirrordir="$OPTARG" ;;
n) setnfsroot="$OPTARG" ;
n) setnfsroot="$OPTARG" ;;
b) burn=1 ; arguments+=" -b";;
s) space="$OPTARG" ;;
S) squash_only=1 ;;
Expand Down

0 comments on commit c7e9d8a

Please sign in to comment.