Opened 5 years ago
Closed 5 years ago
#2118 closed enhancement (fixed)
Make petascope_insertdemo.sh and watch_rasdaman.sh POSIX compliant
Reported by: | Dimitar Misev | Owned by: | dkamov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | bin | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
They should be able to run with sh and not bash:
sh petascope_insertdemo.sh sh watch_rasdaman.sh
Also #!/bin/bash
should be changed to #!/bin/sh
in the scripts.
Change History (4)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Owner: | changed from | to
---|
You're already familiar with this task and these scripts are mostly written by you.
comment:3 by , 5 years ago
Description: | modified (diff) |
---|---|
Milestone: | 9.8 → 10.0 |
Owner: | changed from | to
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
i think Dragi can do it.