summaryrefslogtreecommitdiff
path: root/sys-apps/readahead-list/files
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/readahead-list/files')
-rw-r--r--sys-apps/readahead-list/files/conf.d-readahead-list4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/readahead-list/files/conf.d-readahead-list b/sys-apps/readahead-list/files/conf.d-readahead-list
index d8da5696e0e..c5ea49b0ecd 100644
--- a/sys-apps/readahead-list/files/conf.d-readahead-list
+++ b/sys-apps/readahead-list/files/conf.d-readahead-list
@@ -9,7 +9,7 @@ READAHEAD_LIST_exec_sbin_rc="/etc/readahead-list/exec_sbin_rc"
READAHEAD_LIST_runlevel_boot="/etc/readahead-list/runlevel-boot"
READAHEAD_LIST_runlevel_default="/etc/readahead-list/runlevel-default"
-READAHEAD_LIST_call_early="${!READAHEAD_LIST_exec_sbin_rc} ${!READAHEAD_LIST_runlevel_boot}"
-READAHEAD_LIST_call_main="${!READAHEAD_LIST_runlevel_default}"
+READAHEAD_LIST_call_early="${READAHEAD_LIST_exec_sbin_rc} ${READAHEAD_LIST_runlevel_boot}"
+READAHEAD_LIST_call_main="${READAHEAD_LIST_runlevel_default}"
# vim: ts=4 sw=4