diff options
Diffstat (limited to 'system/fish/doinst.sh')
-rw-r--r-- | system/fish/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fish/doinst.sh b/system/fish/doinst.sh index 1632c14d330a..20492202c850 100644 --- a/system/fish/doinst.sh +++ b/system/fish/doinst.sh @@ -14,4 +14,4 @@ config() { config etc/fish/config.fish.new # add Fish to /etc/shells -grep -qe '^/usr/bin/fish$' /etc/shells || echo '/usr/bin/fish' >> /etc/shells +grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells |