From: Mark Wooding Date: Fri, 17 Mar 2006 11:51:17 +0000 (+0000) Subject: setup: Install xrun script, needed by Enlightenment config. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/af58d83cb9ad676cfbf666ea8abed5ba5ee4ebe9?ds=inline setup: Install xrun script, needed by Enlightenment config. --- diff --git a/setup b/setup index 71c114e..1dbbcf0 100755 --- a/setup +++ b/setup @@ -67,7 +67,11 @@ fi ### Install necessary things echo "Installing useful scripts..." -for script in lesspipe.sh start-ssh-agent svnwrap; do +scripts=" + lesspipe.sh start-ssh-agent svnwrap" +[ "$xstuff" ] && scripts="$scripts + xrun" +for script in $scripts; do $echon " $script:$echoc" found= for p in /bin /usr/bin /usr/local/bin $(echo $PATH | tr : ' '); do