aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgprintify2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprintify b/gprintify
index 85bf0cf..34ca30d 100755
--- a/gprintify
+++ b/gprintify
@@ -8,7 +8,7 @@ if test -z "$DONT_GPRINTIFY"; then
test -f $f && egrep -q '[[:space:]]*\.[[:space:]]+.*/functions' $f && scripts="$scripts $f"
done
if [ -n "$scripts" ]; then
- echo -n "Gprintifying init scripts..." && gprintify.py $scripts && echo "done"
+ echo -n "Gprintifying init scripts..." && /usr/share/spec-helper/gprintify.py $scripts && echo "done"
fi
fi