From Fedora Project Wiki
< Features
More Portable Interpreters
Summary
Use a portable version of the interpreters call in scripts.
Owner
- Name: Michal Piotrowski [[User:| Harald Hoyer]] (?)
- Email: <michal@eventhorizon.pl>
Current status
- Targeted release: Fedora 18
- Last updated: (DATE)
- Percentage of completion: 0%
Detailed Description
Traditionally a lot of scripts uses
\#!/bin/sh
to invoke the interpreter.
Feature https://fedoraproject.org/wiki/Features/UsrMove changes the traditional file system layout. Scripts should not rely on a hard coded pathes. Should be used more portable interpreter call.
\#!/usr/bin/env sh