umount: getopt return value is int, not char
[minix.git] / commands / cd / cd.sh
blobe1f28e46a379211c576f4aa8552d0b42a07232c8
1 #!/bin/sh
3 # cd 1.3 - equivalents for normally builtin commands. Author: Kees J. Bot
5 case $0 in
6 */*) command="`expr "$0" : '.*/\(.*\)'`"
7 ;;
8 *) command="$0"
9 esac
11 "$command" "$@"