diff --git a/buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/root/.falinux/mk-emmc-fusing.sh b/buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/root/.falinux/mk-emmc-fusing.sh
index 1bf4eb8..760e4c8 100755
--- a/buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/root/.falinux/mk-emmc-fusing.sh
+++ b/buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/root/.falinux/mk-emmc-fusing.sh
@@ -40,29 +40,29 @@ function create_partition()
 	echo ""
 	echo -e "${C_LRED}### Fdisk Create Partition - create_partition() ###${C_NC}"
 	echo ""
-	fdisk ${EMMC_DEV_PATH} << EOF
-	o
-	n
-	p
-	1
-	4096
-	8191
-	n
-	p
-	2
-	8192
-	16383
-	n
-	p
-	3
-	16384
-	32767
-	n
-	p
-	32768
-
-	p
-	w
+fdisk ${EMMC_DEV_PATH} << EOF
+o
+n
+p
+1
+4096
+8191
+n
+p
+2
+8192
+16383
+n
+p
+3
+16384
+32767
+n
+p
+32768
+
+p
+w
 EOF
 }
 
diff --git a/release/mk-fusingsd.sh b/release/mk-fusingsd.sh
index 990169b..ff44bfa 100755
--- a/release/mk-fusingsd.sh
+++ b/release/mk-fusingsd.sh
@@ -23,20 +23,20 @@ function create_partition()
 	echo ""
 	echo -e "${C_LRED}### Fdisk Create Partition - create_partition() ###${C_NC}"
 	echo ""
-	fdisk $DEV_PATH << EOF
-	o
-	n
-	p
-	1
-	262144
-	1310719
-	n
-	p
-	2
-	1310720
-
-	p
-	w
+fdisk $DEV_PATH << EOF
+o
+n
+p
+1
+262144
+1310719
+n
+p
+2
+1310720
+
+p
+w
 EOF
 }
 
diff --git a/scripts/mk-emmc-fusing.sh b/scripts/mk-emmc-fusing.sh
index 1bf4eb8..760e4c8 100755
--- a/scripts/mk-emmc-fusing.sh
+++ b/scripts/mk-emmc-fusing.sh
@@ -40,29 +40,29 @@ function create_partition()
 	echo ""
 	echo -e "${C_LRED}### Fdisk Create Partition - create_partition() ###${C_NC}"
 	echo ""
-	fdisk ${EMMC_DEV_PATH} << EOF
-	o
-	n
-	p
-	1
-	4096
-	8191
-	n
-	p
-	2
-	8192
-	16383
-	n
-	p
-	3
-	16384
-	32767
-	n
-	p
-	32768
-
-	p
-	w
+fdisk ${EMMC_DEV_PATH} << EOF
+o
+n
+p
+1
+4096
+8191
+n
+p
+2
+8192
+16383
+n
+p
+3
+16384
+32767
+n
+p
+32768
+
+p
+w
 EOF
 }
 
diff --git a/scripts/mk-fusingsd.sh b/scripts/mk-fusingsd.sh
index 990169b..ff44bfa 100755
--- a/scripts/mk-fusingsd.sh
+++ b/scripts/mk-fusingsd.sh
@@ -23,20 +23,20 @@ function create_partition()
 	echo ""
 	echo -e "${C_LRED}### Fdisk Create Partition - create_partition() ###${C_NC}"
 	echo ""
-	fdisk $DEV_PATH << EOF
-	o
-	n
-	p
-	1
-	262144
-	1310719
-	n
-	p
-	2
-	1310720
-
-	p
-	w
+fdisk $DEV_PATH << EOF
+o
+n
+p
+1
+262144
+1310719
+n
+p
+2
+1310720
+
+p
+w
 EOF
 }