mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 19:13:01 +02:00
4 lines
129 B
Bash
4 lines
129 B
Bash
x=/usr/blackbox/bin
|
|
if type pathmunge>/dev/null 2>&1;then
|
|
pathmunge $x
|
|
else case ":$PATH:" in *:$x:*);;*)PATH="$x:$PATH";;esac;fi |