We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c236c commit fc0c2beCopy full SHA for fc0c2be
1 file changed
src/bootableusb
@@ -290,7 +290,7 @@ function format() {
290
# Kullanıcıdan veri silinmesini kabul ettiğine dair onay alalım.
291
print "WARNING: ALL DATA ON DEVICE '%s' WILL BE DESTROYED. \nAre you sure you want to continue? (y/n)" "${device}"
292
read -n 1 -r
293
- print ""
+ print " "
294
if [[ ! $REPLY =~ ^[YyEe]$ ]] ; then
295
exit 1
296
fi
0 commit comments