diff options
author | Alib <aliboba@free.fr> | 2010-02-26 15:40:44 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-26 15:40:44 +0100 |
commit | d26bb405c701b278ecf4b34b9b2d3012e90340ac (patch) | |
tree | 9d4ce589f4eff06cb6656e15a0ed3fa36f0c84d2 /istream.sh | |
parent | 89dbb951e87914fa73a7bad65a5c7d4d9bef0131 (diff) | |
download | istreamdev-d26bb405c701b278ecf4b34b9b2d3012e90340ac.tar.gz istreamdev-d26bb405c701b278ecf4b34b9b2d3012e90340ac.tar.bz2 |
solved directory with ' in the name.
Diffstat (limited to 'istream.sh')
-rwxr-xr-x | istream.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ fi if (! ps ax | awk '{print $5}' | grep -q "$SEGMENTERPATH") then +test -L ram && (test -d /dev/shm/ram || mkdir /dev/shm/ram) cd ram 2> /dev/null rm "$PREFIX"*.ts |