Fabian Homborg
3700247b55
Use the full path for noshebang'd scripts
...
If you make a script called `foo` somewhere in $PATH, and did not give
it a shebang, this would end up calling
sh foo
instead of
sh /usr/bin/foo
which might not match up.
Especially if the path is e.g. `--version` or `-` that would end up
being misinterpreted *by sh*.
So instead we simply pass the actual_cmd to sh, because we need it
anyway to get it to fail to execute before.
2021-12-02 21:10:57 +01:00
..
2021-11-11 16:46:23 +01:00
2020-12-11 23:09:16 +01:00
2021-11-03 22:54:55 -07:00
2021-11-03 22:54:55 -07:00
2021-11-03 22:54:55 -07:00
2021-11-03 22:54:55 -07:00
2021-11-03 22:54:55 -07:00
2021-09-24 17:35:45 -07:00
2021-03-06 17:13:20 -06:00
2021-10-18 17:02:17 +02:00
2021-01-07 11:38:52 -08:00
2021-10-30 18:02:10 +02:00
2021-06-23 21:47:40 +02:00
2021-08-14 11:29:22 +02:00
2020-10-25 23:01:51 -05:00
2021-11-27 10:14:13 +01:00
2021-02-15 17:08:26 +01:00
2021-11-20 17:44:05 +01:00
2021-08-17 12:41:03 +08:00
2021-10-21 23:50:42 -07:00
2021-07-23 22:58:51 +02:00
2021-11-25 18:46:31 +01:00
2021-08-29 12:38:28 -05:00
2021-06-23 21:30:10 +02:00
2021-07-14 16:37:30 +02:00
2021-10-28 16:32:58 +02:00
2021-11-03 22:54:55 -07:00
2021-11-03 22:54:55 -07:00
2021-07-12 23:42:01 +02:00
2020-12-29 12:48:11 +01:00
2021-11-03 22:54:55 -07:00
2021-08-01 18:59:45 +02:00
2021-08-29 08:36:54 +02:00
2021-03-10 18:04:04 +01:00
2021-10-28 10:02:48 -07:00
2021-11-03 22:54:55 -07:00
2021-08-17 15:36:07 +02:00
2021-06-06 09:28:32 +02:00
2021-11-03 22:54:55 -07:00
2021-12-01 16:56:18 +01:00
2021-05-01 18:59:25 +02:00
2021-12-02 21:10:57 +01:00
2020-10-06 17:40:22 +02:00
2021-11-20 17:44:05 +01:00
2021-11-20 17:44:05 +01:00
2021-08-09 17:42:00 +02:00
2021-11-03 22:54:55 -07:00
2021-11-27 11:02:03 -08:00
2021-09-09 18:41:11 +02:00
2021-11-20 17:44:05 +01:00
2021-04-20 15:15:52 -07:00
2021-07-21 22:33:39 +02:00
2021-11-03 22:54:55 -07:00
2021-11-26 18:29:10 +01:00
2021-08-18 22:20:03 +08:00
2021-03-10 18:04:04 +01:00
2021-06-24 18:17:10 +02:00
2021-06-10 16:46:17 +02:00
2021-06-24 20:46:03 +02:00
2021-11-03 22:54:55 -07:00
2021-03-21 10:03:35 +01:00
2021-11-03 22:54:55 -07:00
2021-08-11 18:40:37 +02:00
2021-08-29 12:38:28 -05:00
2021-09-30 18:09:58 +02:00
2021-08-17 15:36:07 +02:00
2021-11-14 11:52:10 +01:00
2021-09-24 08:07:17 -07:00
2021-12-02 15:10:13 +01:00
2021-09-24 08:07:17 -07:00
2020-12-11 21:24:33 +01:00
2021-03-02 14:53:02 +01:00
2021-07-27 18:37:20 +02:00
2021-06-24 18:17:10 +02:00
2021-08-29 08:56:12 +02:00
2020-09-26 18:39:38 -07:00
2021-08-15 13:48:41 -05:00