remove debugging

This commit is contained in:
David Dollar
2012-01-22 17:37:30 -05:00
parent c9042c5aae
commit e137596ce0
+1 -2
View File
@@ -18,7 +18,7 @@ usage() {
while getopts ":hd:" OPT; do
case $OPT in
d) echo "cd:[$OPTARG]"; cd $OPTARG ;;
d) cd $OPTARG ;;
h) usage ;;
\?) error "invalid option: -$OPTARG" ;;
:) error "option -$OPTARG requires an argument" ;;
@@ -33,5 +33,4 @@ if [ "$1" == "" ]; then
usage
fi
echo "1:[$1]"
exec $1 2>&1