Skip to content

Commit e208838

Browse files
committed
Fix typo
Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
1 parent 0c76c00 commit e208838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

case-lib/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ set_alsa_settings()
12621262
[[ "$-" == *e* ]] || E_FLAG=$?
12631263
set +e
12641264
alsactl init
1265-
if [ "$E_FLAG" -eq 0 ] then
1265+
if [ "$E_FLAG" -eq 0 ]; then
12661266
set -e
12671267
fi
12681268

0 commit comments

Comments
 (0)