sash 3.8-6 source package in Ubuntu

Changelog

sash (3.8-6) unstable; urgency=medium

  * Adopt the package.
  * Implement tab completion and history. (Closes: #171108)
  * Implement the raidautorun builtin command.
  * Add support for using sash as a #! interpreter.
  * Have mount default to ext4 instead of ext3.
  * Fix the semantics of the where builtin command when there are empty
    elements in the $PATH.

 -- Marco d'Itri <email address hidden>  Mon, 22 Jul 2024 00:27:30 +0200

Upload details

Uploaded by:
Marco d'Itri
Uploaded to:
Sid
Original maintainer:
Marco d'Itri
Architectures:
any
Section:
shells
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe shells

Downloads

File Size SHA-256 Checksum
sash_3.8-6.dsc 1.2 KiB d26c6b983818bb0d81761534c6fd033543819c7c96e3039a1c19f50f6536e9c4
sash_3.8.orig.tar.gz 51.8 KiB 13c4f9a911526949096bf543c21a41149e6b037061193b15ba6b707eea7b6579
sash_3.8-6.debian.tar.xz 33.5 KiB 66213442a39082ee9f901e691ae99c8a8e12a09153447ab676f4bf8550e66509

Available diffs

No changes file available.

Binary packages built by this source

sash: Stand-alone shell

 sash serves as an interactive substitute for /bin/sh, for use when
 /bin/sh is unusable. It's statically linked, and includes many standard
 utilities as builtins (type "help" at the prompt for a reference list).
 If you've installed sash before rendering your system unbootable, and
 you have some knowledge of how your system is supposed to work, you might
 be able to repair your system using init=/bin/sash at the boot prompt.
 .
 Some people also prefer to have sash available as the shell for a
 root account (perhaps an under an alternate name such as sashroot)
 Configuration support is included for people who want this.
 .
 Note: sash is not intended to serve as /bin/sh, and has few of the
 interactive features present in bash or ksh. It's designed to be simple
 and robust, for people who need to do emergency repair work on a system.
 .
 Also note: sash doesn't include a built-in fsck -- fsck is too big
 and complicated. If you need fsck, you'll have to get at least one
 partition or disk working well enough to run fsck. More generally,
 sash is but one tool of many (backups, backup recovery tools, emergency
 boot disks or partitions, spare parts, testing of disaster plans,
 etc.) to help you recover a damaged system.

sash-dbgsym: debug symbols for sash