summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc/bin/inst/bootplan92
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/bootplan9 b/rc/bin/inst/bootplan9
index 702d5d5a6..ae48bc524 100755
--- a/rc/bin/inst/bootplan9
+++ b/rc/bin/inst/bootplan9
@@ -2,7 +2,7 @@
# look for esp and format it when not already done
esp=`{ls /dev/$disk/esp >[2]/dev/null}
-if(~ $#esp 1 && ! ~ fstype $esp dos){
+if(~ $#esp 1 && ! ~ `{fstype $esp} dos){
echo
echo 'Here appears to be a unformated EFI system partition:'
echo ' ' $esp