OSDN Git Service

typo
authorpaperbenni <paperbenni@gmail.com>
Tue, 9 Jun 2020 15:06:02 +0000 (17:06 +0200)
committerpaperbenni <paperbenni@gmail.com>
Tue, 9 Jun 2020 15:06:02 +0000 (17:06 +0200)
ask.sh

diff --git a/ask.sh b/ask.sh
index 02307ac..8b097f6 100755 (executable)
--- a/ask.sh
+++ b/ask.sh
@@ -45,7 +45,7 @@ while ! iroot confirm; do
 
     while [ -z "$DISK" ]; do
         wallstatus install
-        DISK=$(fdisk -l | grep -i '^Disk /.*:' | sed '\$aother (experimental)' | imenu -l "select disk> ")
+        DISK=$(fdisk -l | grep -i '^Disk /.*:' | sed -e "\$aother (experimental)" | imenu -l "select disk> ")
         if ! grep -q '^other' <<<"$DISK"; then
             if ! echo "Install on $DISK ?
 this will delete all existing data" | imenu -C; then