Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Remove '/dev/' that is apart of variable already
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Jun 24, 2013
1 parent b7a045d commit 68ab4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-sh/pc-sysinstall/backend/functions-bsdlabel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ setup_zfs_mirror_parts()
_nZFS=""

# Check if the target disk is using GRUB
grep -q "/dev/$3" ${TMPDIR}/.grub-install 2>/dev/null
grep -q "$3" ${TMPDIR}/.grub-install 2>/dev/null
if [ $? -eq 0 ] ; then
_tBL="GRUB"
else
Expand Down

0 comments on commit 68ab4df

Please sign in to comment.