Changeset 20
- Timestamp:
- Nov 29, 2011, 5:22:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oar/oar-envsh
r18 r20 10 10 # 1.0 Nicolas Capit (initial version for PATH and LD_LIBRARY_PATH) 11 11 # 1.1 Patrick Begou (all the environment excepted... that could make problems!) 12 # 1.2 Gabriel Moreau (format and licence)12 # 1.2 Gabriel Moreau (format, small bug and licence) 13 13 # 14 14 … … 24 24 |^SHLVL=" \ 25 25 | sort \ 26 | sed -e s"/^/export /"\26 | sed -e 's/^/export /; s/=/="/; s/$/"/' \ 27 27 | tr [\\\n] [\;] ) 28 28
Note: See TracChangeset
for help on using the changeset viewer.