Changeset 11368


Ignore:
Timestamp:
07/13/11 07:55:37 (13 years ago)
Author:
ogrimm
Message:
Finding own script path does not work reliably under ubuntu, removed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/Scripts/Logon

    r11367 r11368  
    11#!/bin/bash
    22# This script should be sourced at log on (e.g. in .bashrc)
    3 
    4 # Determine absolute path of this script
    5 pushd `dirname $0` >/dev/null
    6 SCRIPTPATH=`pwd`
    7 popd >/dev/null
    83
    94# Set environment variables if not yet set
     
    1611#Set paths
    1712export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH
    18 export PATH=$DIMDIR/linux:$SCRIPTPATH:$SCRIPTPATH/../Edd:$PATH
    19 export PATH=.:$SCRIPTPATH/../../FADctrl:$QTDIR/bin:$PATH
     13export PATH=.:$DIMDIR/linux:$QTDIR/bin:$PATH
Note: See TracChangeset for help on using the changeset viewer.