From: Ed Page Date: Sat, 13 Aug 2011 00:05:14 +0000 (-0500) Subject: Fixing obs_upload for running within Make X-Git-Url: https://vcs.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=db8891f74746a43e1b961f2b21622a2d7a10d287 Fixing obs_upload for running within Make --- diff --git a/support/obs_upload.sh b/support/obs_upload.sh index cc64d42..d2b8095 100755 --- a/support/obs_upload.sh +++ b/support/obs_upload.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + # Doing the pushd as a test of directory movement to try to be safer with the "rm" pushd ../../osc/home:epage:$2/$1 && rm $1_*.dsc $1_*.tar.gz popd