index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | hooks/archiso | 2 |
diff --git a/hooks/archiso b/hooks/archiso index 86c5885..84c2241 100644 --- a/hooks/archiso +++ b/hooks/archiso @@ -66,7 +66,7 @@ run_hook () msg ":: Mounting addons" while read img mountpoint type; do # check if this line is a comment (starts with #) - [ "${img#'#'}" != "${img}" ] && continue + [ "${img#"#"}" != "${img}" ] && continue if [ "${type}" = "bind" ]; then _mnt_bind ${img} ${mountpoint} |