diff options
Diffstat (limited to 'pygtk/pygtk.SlackBuild')
-rwxr-xr-x | pygtk/pygtk.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygtk/pygtk.SlackBuild b/pygtk/pygtk.SlackBuild index a92b9b71..1f602a4b 100755 --- a/pygtk/pygtk.SlackBuild +++ b/pygtk/pygtk.SlackBuild @@ -10,9 +10,9 @@ if [ -s "slack-required" ]; then if [ "$INTERACT" != "no" ]; then echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. read crap - else - echo Sleeping 3 seconds... - sleep 3 +# else +# echo Sleeping 3 seconds... +# sleep 3 fi fi |