#!/bin/bash

find ./ -type f -name "*.SlackBuild" -exec sed -i 's@OUTPUT="$(CWD)"@OUTPUT=${OUTPUT:-$CWD}@g' {} +
