Changeset 1632 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Jun 5, 2012, 4:42:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1631 r1632 4310 4310 # remove sudo and leading spaces 4311 4311 $c =~ s/^\s*sudo\s+//; 4312 # skip potential env var setup4313 $c =~ s/^\s*[\S]*env\s+\S+=\S+\s+//;4314 4312 # keep only the command, not the params 4315 4313 $c =~ s/([^\s]+)\s.*$/$1/;
Note:
See TracChangeset
for help on using the changeset viewer.