]> Zhao Yanbai Git Server - minix.git/commit
Splitting commands/cd/cd.sh
authorLionel Sambuc <lionel@minix3.org>
Thu, 3 Oct 2013 20:39:47 +0000 (22:39 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:56 +0000 (09:04 +0100)
commit11bab4dff7ce9810c95ee6da71d7ef5a534778d3
treed12f9f760c956607b6bcf622d30f1bef5b430839
parentbbb8908c1622d13187c4d9ba9aa1c918727f1f42
Splitting commands/cd/cd.sh

As the situation is right now, importing one of the commands the
script replaces, requires a doc/UPDATING step.

By moving the script to a shared folder, and symlinking it once per
command, this allows for separatly installed files on the system,
instead of one file being symlinked multiple times.

Change-Id: I0dae96982bca5168b852ed70fff61442441b929f
25 files changed:
commands/Makefile
commands/cd/Makefile
commands/cd/cd.sh [changed from file to symlink]
commands/command/Makefile [new file with mode: 0644]
commands/command/command.sh [new symlink]
commands/echo/Makefile [new file with mode: 0644]
commands/echo/echo.sh [new symlink]
commands/expr/Makefile [new file with mode: 0644]
commands/expr/expr.sh [new symlink]
commands/false/Makefile [new file with mode: 0644]
commands/false/false.sh [new symlink]
commands/getopts/Makefile [new file with mode: 0644]
commands/getopts/getopts.sh [new symlink]
commands/read/Makefile [new file with mode: 0644]
commands/read/read.sh [new symlink]
commands/shared/README [new file with mode: 0644]
commands/shared/builtin.sh [new file with mode: 0644]
commands/test/Makefile [new file with mode: 0644]
commands/test/test.sh [new symlink]
commands/true/Makefile [new file with mode: 0644]
commands/true/true.sh [new symlink]
commands/umask/Makefile [new file with mode: 0644]
commands/umask/umask.sh [new symlink]
commands/wait/Makefile [new file with mode: 0644]
commands/wait/wait.sh [new symlink]