#!/bin/sh set -e || exit "$?" test -d command/. || exit 0 echo 'Making command links in /command and /usr/local/bin' home= tmp= command= unset home tmp command tmp=conf-compile/package_home home=`sed q < "$tmp"` case $home in /*);; *) echo "package/install_commands: $tmp must specify an absolute path." exit 100;; esac dirname_() { sed 's,^\(.*/\)[^/]*$,\1,' <