diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-13 00:41:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:41:45 +0200 |
commit | 6623346a8ad98715b143fa6e4816d9313afcdf45 (patch) | |
tree | 9ed3b170457f3d874753df97e6e2d6d0b6310eaf /system/sash/doinst.sh | |
parent | 96c259b088820f411d7fdfd008582646e6d1cded (diff) | |
download | slackbuilds-6623346a8ad98715b143fa6e4816d9313afcdf45.tar.gz |
system/sash: Updated for version 3.7
Diffstat (limited to 'system/sash/doinst.sh')
-rw-r--r-- | system/sash/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/sash/doinst.sh b/system/sash/doinst.sh index e5dccd90cc..04f7d604cd 100644 --- a/system/sash/doinst.sh +++ b/system/sash/doinst.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Add sash to the shells if not there if ! grep -q "/sash$" etc/shells ; then echo "/bin/sash" >> etc/shells |