Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 421019
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- CDFPlayer_8.0.4_LINUX.sh
0
++ CDFPlayer_8.0.4_LINUX.sh
Lines 261-271 Link Here
261
                    fi
261
                    fi
262
                done
262
                done
263
                chmod a+x $0 || echo Please add execution rights on $0
263
                chmod a+x $0 || echo Please add execution rights on $0
264
                if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
264
                #if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
265
                    exec $XTERM -title "$label" -e "$0" --xwin "$@"
265
                #    exec $XTERM -title "$label" -e "$0" --xwin "$@"
266
                else
266
                #else
267
                    exec $XTERM -title "$label" -e "./$0" --xwin "$@"
267
                #    exec $XTERM -title "$label" -e "./$0" --xwin "$@"
268
                fi
268
                #fi
269
            fi
269
            fi
270
        fi
270
        fi
271
    fi
271
    fi

Return to bug 421019