=== modified file 'stagebuilder.prolog' (properties changed: +x to -x) --- stagebuilder.prolog 2011-11-17 09:17:50 +0000 +++ stagebuilder.prolog 2011-11-16 22:23:18 +0000 @@ -1,4 +1,3 @@ -#!/usr/bin/swipl -q -g main -s % vim: ft=prolog textwidth=80 tabstop=4 softtabstop=4 shiftwidth=4 expandtab :- use_module(library(lists)). @@ -567,9 +566,3 @@ ]), gentoo_build_stage4(Name, Dir). -main(_Argv) :- - target(Commands, Name, variable('1')), - print('#!/bin/zsh\n\n# Generated by ProSys stagebuilder\n# Stage name: '), - print(Name), nl, - print_cmds(Commands). -