default printer.

workaround for buggy? HP-UX sed.
This commit is contained in:
hjp 2004-03-26 08:21:23 +00:00
parent 0c1f36d2d2
commit 6d8a5f7f1e
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ esac
case "$FQDN" in
*.wsr.ac.at)
export LPDEST=wsrplj51
export LPDEST=wsrpl1
;;
esac

2
.zshrc
View File

@ -34,7 +34,7 @@ pd(){
else
pushd "$@"
fi
namedir `basename $PWD | tr -cd 'A-Za-z0-9_' | sed -e 's/^[0-9]/_&/'`
namedir $(echo $(basename $PWD | tr -cd 'A-Za-z0-9_') | sed -e 's/^[0-9]/_&/')
}
setenv(){