diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-07-24 21:48:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:43 +0700 |
commit | c208680898f452d7ca8625b203c34033bd7c7b16 (patch) | |
tree | 92b87182791c3eed8316f126b97eea7f26f89708 /system/fish/doinst.sh | |
parent | cea1efabbdc09ae5c4abc8d71472eb7d2bda323a (diff) | |
download | slackbuilds-c208680898f452d7ca8625b203c34033bd7c7b16.tar.gz |
system/fish: Updated for version 2.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 1632c14d33..20492202c8 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 |