summary refs log tree commit diff
path: root/scripts/make-erofs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-erofs.sh')
-rwxr-xr-xscripts/make-erofs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-erofs.sh b/scripts/make-erofs.sh
index d671bbe..2a8f745 100755
--- a/scripts/make-erofs.sh
+++ b/scripts/make-erofs.sh
@@ -18,7 +18,7 @@ while [ $# -gt $opt_count ]; do
 	arg1="$1"
 	shift
 
-        if [ -z "${img-}" ]; then
+	if [ -z "${img-}" ]; then
 		set -- "$@" "$arg1"
 		opt_count=$((opt_count + 1))