summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hooks/archiso2
1 files changed, 1 insertions, 1 deletions
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}