#!/bin/sh if [ ! "$(id -u)" = "0" ]; then PATH=$(echo $PATH | sed 's#:\.\?$##;s#$#:/opt/texlive/bin/i386-linux:.#') export PATH fi