index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2007-10-24 15:10:42 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2007-10-24 15:10:42 -0500 |
commit | d359005795cf32fe9ce9f24708f41fee47365789 (patch) | |
tree | 1e8de6d0216833bdfa9cb02d54be020089745f6c /hooks/archiso | |
parent | 0b364adf523770ef7f1349ac7aa6e447438b24c1 (diff) |
-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} |